LimitMemoryException Constructor (String, Int64) |
Namespace:
Aspose.CAD.CadExceptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic LimitMemoryException(
string message,
long reduceMemoryFactor
)
Public Sub New (
message As String,
reduceMemoryFactor As Long
)
public:
LimitMemoryException(
String^ message,
long long reduceMemoryFactor
)
new :
message : string *
reduceMemoryFactor : int64 -> LimitMemoryException
Parameters
- message
- Type: SystemString
The exception message. - reduceMemoryFactor
- Type: SystemInt64
The reduce memory factor.
See Also