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