XmpException

XmpException()

Initializes a new instance of the XmpException class.

public XmpException()

See Also


XmpException(string)

Initializes a new instance of the XmpException class.

public XmpException(string message)
Parameter Type Description
message String The message.

See Also


XmpException(string, Exception)

Initializes a new instance of the XmpException class.

public XmpException(string message, Exception innerException)
Parameter Type Description
message String The message.
innerException Exception The inner exception.

See Also