| OperationInterruptedException Constructor (String, Exception) |
Namespace: Aspose.PSD.CoreExceptionsAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic OperationInterruptedException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
OperationInterruptedException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> OperationInterruptedExceptionParameters
- message
- Type: SystemString
The exception message. - innerException
- Type: SystemException
The inner exception.
See Also