LimitMemoryException Constructor (String, Exception, Int32) |
Namespace: Aspose.Imaging.CoreExceptionsAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic LimitMemoryException(
string message,
Exception innerException,
int reduceMemoryFactor
)
Public Sub New (
message As String,
innerException As Exception,
reduceMemoryFactor As Integer
)
public:
LimitMemoryException(
String^ message,
Exception^ innerException,
int reduceMemoryFactor
)
new :
message : string *
innerException : Exception *
reduceMemoryFactor : int -> LimitMemoryException
Parameters
- message
- Type: SystemString
The exception message. - innerException
- Type: SystemException
The inner exception. - reduceMemoryFactor
- Type: SystemInt32
The reduce memory factor.
See Also