StreamReadException Constructor (String)

Initializes a new instance of the StreamReadException class.

Namespace:  Aspose.CAD.CadExceptions
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public StreamReadException(
	string message
)

Parameters

message
Type: SystemString
The message.
See Also