LimitMemoryException.LimitMemoryException
Contents
[
Hide
]LimitMemoryException(string)
Initializes a new instance of the LimitMemoryException
class.
public LimitMemoryException(string message)
Parameter | Type | Description |
---|---|---|
message | String | The exception message. |
See Also
- class LimitMemoryException
- namespace Aspose.CAD.CadExceptions
- assembly Aspose.CAD
LimitMemoryException(string, Exception)
Initializes a new instance of the LimitMemoryException
class.
public LimitMemoryException(string message, Exception innerException)
Parameter | Type | Description |
---|---|---|
message | String | The exception message. |
innerException | Exception | The inner exception. |
See Also
- class LimitMemoryException
- namespace Aspose.CAD.CadExceptions
- assembly Aspose.CAD
LimitMemoryException(string, long)
Initializes a new instance of the LimitMemoryException
class.
public LimitMemoryException(string message, long reduceMemoryFactor)
Parameter | Type | Description |
---|---|---|
message | String | The exception message. |
reduceMemoryFactor | Int64 | The reduce memory factor. |
See Also
- class LimitMemoryException
- namespace Aspose.CAD.CadExceptions
- assembly Aspose.CAD
LimitMemoryException(string, Exception, int)
Initializes a new instance of the LimitMemoryException
class.
public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)
Parameter | Type | Description |
---|---|---|
message | String | The exception message. |
innerException | Exception | The inner exception. |
reduceMemoryFactor | Int32 | The reduce memory factor. |
See Also
- class LimitMemoryException
- namespace Aspose.CAD.CadExceptions
- assembly Aspose.CAD