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