LimitMemoryException
Inhalt
[
Ausblenden
]LimitMemoryException(string)
Initialisiert eine neue Instanz vonLimitMemoryException
Klasse.
public LimitMemoryException(string message)
Parameter | Typ | Beschreibung |
---|---|---|
message | String | Die Ausnahmemeldung. |
Siehe auch
- class LimitMemoryException
- namensraum Aspose.Imaging.CoreExceptions
- Montage Aspose.Imaging
LimitMemoryException(string, Exception)
Initialisiert eine neue Instanz vonLimitMemoryException
Klasse.
public LimitMemoryException(string message, Exception innerException)
Parameter | Typ | Beschreibung |
---|---|---|
message | String | Die Ausnahmemeldung. |
innerException | Exception | Die innere Ausnahme. |
Siehe auch
- class LimitMemoryException
- namensraum Aspose.Imaging.CoreExceptions
- Montage Aspose.Imaging
LimitMemoryException(string, long)
Initialisiert eine neue Instanz vonLimitMemoryException
Klasse.
public LimitMemoryException(string message, long reduceMemoryFactor)
Parameter | Typ | Beschreibung |
---|---|---|
message | String | Die Ausnahmemeldung. |
reduceMemoryFactor | Int64 | Der Gedächtnisfaktor reduzieren. |
Siehe auch
- class LimitMemoryException
- namensraum Aspose.Imaging.CoreExceptions
- Montage Aspose.Imaging
LimitMemoryException(string, Exception, int)
Initialisiert eine neue Instanz vonLimitMemoryException
Klasse.
public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)
Parameter | Typ | Beschreibung |
---|---|---|
message | String | Die Ausnahmemeldung. |
innerException | Exception | Die innere Ausnahme. |
reduceMemoryFactor | Int32 | Der Gedächtnisfaktor reduzieren. |
Siehe auch
- class LimitMemoryException
- namensraum Aspose.Imaging.CoreExceptions
- Montage Aspose.Imaging