|
UnsupportedImageFormatException Constructor (String, String)
|
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public UnsupportedImageFormatException(
string message,
string paramName
)
Public Sub New (
message As String,
paramName As String
)
Request Example
View SourceParameters
- message
- Type: SystemString
Message providing some additional information. - paramName
- Type: SystemString
Name of the invalid parameter.
See Also