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