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