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