Table of Contents

Constructor XmpException

Namespace
Aspose.CAD.CadExceptions
Assembly
Aspose.CAD.dll

XmpException()

Initializes a new instance of the XmpException class.

public XmpException()

XmpException(string)

Initializes a new instance of the XmpException class.

public XmpException(string message)

Parameters

message string

The message.

XmpException(string, Exception)

Initializes a new instance of the XmpException class.

public XmpException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.