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