GifImageException.GifImageException
GifImageException(string)
Initializes a new instance of the GifImageException
class.
public GifImageException(string message)
Parameter | Type | Description |
---|---|---|
message | String | The exception message. |
See Also
- class GifImageException
- namespace Aspose.CAD.CadExceptions.ImageFormats
- assembly Aspose.CAD
GifImageException(string, Exception)
Initializes a new instance of the GifImageException
class.
public GifImageException(string message, Exception innerException)
Parameter | Type | Description |
---|---|---|
message | String | The exception message. |
innerException | Exception | The inner exception. |
See Also
- class GifImageException
- namespace Aspose.CAD.CadExceptions.ImageFormats
- assembly Aspose.CAD