InvalidImageFormatException
Contents
[
Hide
]
InvalidImageFormatException(string)
Creates new instance of InvalidImageFormatException
with specified error message
public InvalidImageFormatException(string message)
Parameter | Type | Description |
---|---|---|
message | String | Textual message, that describes the error, can be null or empty |
See Also
- class InvalidImageFormatException
- namespace GroupDocs.Editor.HtmlCss.Exceptions
- assembly GroupDocs.Editor
InvalidImageFormatException(string, Exception)
Creates new instance of InvalidImageFormatException
with specified error message and a reference to the inner exception that is the cause of this exception
public InvalidImageFormatException(string message, Exception innerException)
Parameter | Type | Description |
---|---|---|
message | String | Textual message, that describes the error, can be null or empty |
innerException | Exception | The exception that is the cause of the current exception, or a null reference if no inner exception is specified. |
See Also
- class InvalidImageFormatException
- namespace GroupDocs.Editor.HtmlCss.Exceptions
- assembly GroupDocs.Editor