ImageCreateException Constructor (String, Exception) |
Namespace:
Aspose.CAD.CadExceptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public ImageCreateException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
ImageCreateException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> ImageCreateException
Parameters
- message
- Type: SystemString
The exception message. - innerException
- Type: SystemException
The inner exception.
See Also