LimitMemoryException

LimitMemoryException(string)

Inicializa una nueva instancia delLimitMemoryException clase.

public LimitMemoryException(string message)
ParámetroEscribeDescripción
messageStringEl mensaje de excepción.

Ver también


LimitMemoryException(string, Exception)

Inicializa una nueva instancia delLimitMemoryException clase.

public LimitMemoryException(string message, Exception innerException)
ParámetroEscribeDescripción
messageStringEl mensaje de excepción.
innerExceptionExceptionLa excepción interior.

Ver también


LimitMemoryException(string, long)

Inicializa una nueva instancia delLimitMemoryException clase.

public LimitMemoryException(string message, long reduceMemoryFactor)
ParámetroEscribeDescripción
messageStringEl mensaje de excepción.
reduceMemoryFactorInt64El factor de reducción de memoria.

Ver también


LimitMemoryException(string, Exception, int)

Inicializa una nueva instancia delLimitMemoryException clase.

public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)
ParámetroEscribeDescripción
messageStringEl mensaje de excepción.
innerExceptionExceptionLa excepción interior.
reduceMemoryFactorInt32El factor de reducción de memoria.

Ver también