ImageProcessException Constructor (String) |
Creates a new instance of ImageProcessException specifying the exception message.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic ImageProcessException(
string message
)
Public Sub New (
message As String
)
Parameters
- message
- Type: SystemString
The exception message.
See Also