LimitMemoryException.LimitMemoryException

LimitMemoryException(string)

का एक नया उदाहरण प्रारंभ करता हैLimitMemoryException वर्ग.

public LimitMemoryException(string message)
पैरामीटरप्रकारविवरण
messageStringअपवाद संदेश।

यह सभी देखें


LimitMemoryException(string, Exception)

का एक नया उदाहरण प्रारंभ करता हैLimitMemoryException वर्ग.

public LimitMemoryException(string message, Exception innerException)
पैरामीटरप्रकारविवरण
messageStringअपवाद संदेश।
innerExceptionExceptionभीतर का अपवाद।

यह सभी देखें


LimitMemoryException(string, long)

का एक नया उदाहरण प्रारंभ करता हैLimitMemoryException वर्ग.

public LimitMemoryException(string message, long reduceMemoryFactor)
पैरामीटरप्रकारविवरण
messageStringअपवाद संदेश।
reduceMemoryFactorInt64कम स्मृति कारक।

यह सभी देखें


LimitMemoryException(string, Exception, int)

का एक नया उदाहरण प्रारंभ करता हैLimitMemoryException वर्ग.

public LimitMemoryException(string message, Exception innerException, int reduceMemoryFactor)
पैरामीटरप्रकारविवरण
messageStringअपवाद संदेश।
innerExceptionExceptionभीतर का अपवाद।
reduceMemoryFactorInt32कम स्मृति कारक।

यह सभी देखें