PsdImageResourceException Constructor (String, ResourceBlock, Exception) |
Namespace:
Aspose.CAD.CadExceptions.ImageFormats
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic PsdImageResourceException(
string message,
ResourceBlock resource,
Exception innerException
)
Public Sub New (
message As String,
resource As ResourceBlock,
innerException As Exception
)
public:
PsdImageResourceException(
String^ message,
ResourceBlock^ resource,
Exception^ innerException
)
new :
message : string *
resource : ResourceBlock *
innerException : Exception -> PsdImageResourceException
Parameters
- message
- Type: SystemString
The exception message. - resource
- Type: Aspose.CAD.FileFormats.PsdResourceBlock
The resource. - innerException
- Type: SystemException
The inner exception.
See Also