XmpException.XmpException
XmpException()
Initializes a new instance of the XmpException
class.
public XmpException()
See Also
- class XmpException
- namespace Aspose.Imaging.CoreExceptions
- assembly Aspose.Imaging
XmpException(string)
Initializes a new instance of the XmpException
class.
public XmpException(string message)
Parameter | Type | Description |
---|---|---|
message | String | The message. |
See Also
- class XmpException
- namespace Aspose.Imaging.CoreExceptions
- assembly Aspose.Imaging
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
- class XmpException
- namespace Aspose.Imaging.CoreExceptions
- assembly Aspose.Imaging