LimitMemoryException

LimitMemoryException(string)

Initialise une nouvelle instance duLimitMemoryException classe.

public LimitMemoryException(string message)
ParamètreTaperLa description
messageStringLe message d’exception.

Voir également


LimitMemoryException(string, Exception)

Initialise une nouvelle instance duLimitMemoryException classe.

public LimitMemoryException(string message, Exception innerException)
ParamètreTaperLa description
messageStringLe message d’exception.
innerExceptionExceptionL’exception intérieure.

Voir également


LimitMemoryException(string, long)

Initialise une nouvelle instance duLimitMemoryException classe.

public LimitMemoryException(string message, long reduceMemoryFactor)
ParamètreTaperLa description
messageStringLe message d’exception.
reduceMemoryFactorInt64Le facteur de réduction de la mémoire.

Voir également


LimitMemoryException(string, Exception, int)

Initialise une nouvelle instance duLimitMemoryException classe.

public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)
ParamètreTaperLa description
messageStringLe message d’exception.
innerExceptionExceptionL’exception intérieure.
reduceMemoryFactorInt32Le facteur de réduction de la mémoire.

Voir également