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