XmpException

XmpException constructor (1 of 3)

Initializes a new instance of the XmpException class.

public XmpException()

See Also


XmpException constructor (2 of 3)

Initializes a new instance of the XmpException class.

public XmpException(string message)
ParameterTypeDescription
messageStringThe message.

See Also


XmpException constructor (3 of 3)

Initializes a new instance of the XmpException class.

public XmpException(string message, Exception innerException)
ParameterTypeDescription
messageStringThe message.
innerExceptionExceptionThe inner exception.

See Also