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