Class LimitMemoryException

Class LimitMemoryException

Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)

メモリ制限例外。メモリ使用量を削減する必要があるときに発生します。

public class LimitMemoryException : OutOfMemoryException, ISerializable

継承

objectExceptionSystemExceptionOutOfMemoryExceptionLimitMemoryException

実装

ISerializable

継承メンバー

Exception.GetBaseException(), Exception.ToString(), Exception.GetType(), Exception.TargetSite, Exception.Message, Exception.Data, Exception.InnerException, Exception.HelpLink, Exception.Source, Exception.HResult, Exception.StackTrace, Exception.SerializeObjectState, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

コンストラクター

LimitMemoryException(string)

Aspose.Imaging.CoreExceptions.LimitMemoryException クラスの新しいインスタンスを初期化します。

public LimitMemoryException(string message)

パラメーター

message string

例外メッセージ。

LimitMemoryException(string, Exception)

Aspose.Imaging.CoreExceptions.LimitMemoryException クラスの新しいインスタンスを初期化します。

public LimitMemoryException(string message, Exception innerException)

パラメーター

message string

例外メッセージ。

innerException Exception

内部例外。

LimitMemoryException(string, long)

Aspose.Imaging.CoreExceptions.LimitMemoryException クラスの新しいインスタンスを初期化します。

public LimitMemoryException(string message, long reduceMemoryFactor)

パラメーター

message string

例外メッセージ。

reduceMemoryFactor long

メモリ削減係数。

LimitMemoryException(string, Exception, int)

Aspose.Imaging.CoreExceptions.LimitMemoryException クラスの新しいインスタンスを初期化します。

public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)

パラメーター

message string

例外メッセージ。

innerException Exception

内部例外。

reduceMemoryFactor int

メモリ削減係数。

プロパティ

ReduceMemoryFactor

メモリ削減係数を取得または設定します。

public long ReduceMemoryFactor { get; set; }

プロパティ値

long

 日本語