LimitMemoryException

LimitMemoryException(string)

Initierar en ny instans avLimitMemoryException class.

public LimitMemoryException(string message)
ParameterTypBeskrivning
messageStringUndantagsmeddelandet.

Se även


LimitMemoryException(string, Exception)

Initierar en ny instans avLimitMemoryException class.

public LimitMemoryException(string message, Exception innerException)
ParameterTypBeskrivning
messageStringUndantagsmeddelandet.
innerExceptionExceptionDet inre undantaget.

Se även


LimitMemoryException(string, long)

Initierar en ny instans avLimitMemoryException class.

public LimitMemoryException(string message, long reduceMemoryFactor)
ParameterTypBeskrivning
messageStringUndantagsmeddelandet.
reduceMemoryFactorInt64Minska minnesfaktorn.

Se även


LimitMemoryException(string, Exception, int)

Initierar en ny instans avLimitMemoryException class.

public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)
ParameterTypBeskrivning
messageStringUndantagsmeddelandet.
innerExceptionExceptionDet inre undantaget.
reduceMemoryFactorInt32Minska minnesfaktorn.

Se även