ImageNotLoadedException Constructor (String) |
Namespace: GroupDocs.Annotation.ExceptionsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic ImageNotLoadedException(
string message
)
Public Sub New (
message As String
)
public:
ImageNotLoadedException(
String^ message
)
new :
message : string -> ImageNotLoadedException
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also