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