GroupDocsConversionException Constructor (String, Exception) |
Create an exception with a specific message and propagate the inner exception
Namespace: GroupDocs.Conversion.ExceptionsAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.6.0.0 (22.6)
Syntaxpublic GroupDocsConversionException(
string message,
Exception exception
)
Public Sub New (
message As String,
exception As Exception
)
public:
GroupDocsConversionException(
String^ message,
Exception^ exception
)
new :
message : string *
exception : Exception -> GroupDocsConversionException
Parameters
- message
- Type: SystemString
The message - exception
- Type: SystemException
The inner exception
See Also