C# Class System.OutOfMemoryException

Inheritance: SystemException
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
OutOfMemoryException ( ) : System
OutOfMemoryException ( String message ) : System
OutOfMemoryException ( String message, Exception innerException ) : System

Protected Methods

Method Description
OutOfMemoryException ( SerializationInfo info, StreamingContext context ) : System

Method Details

OutOfMemoryException() public method

public OutOfMemoryException ( ) : System
return System

OutOfMemoryException() protected method

protected OutOfMemoryException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

OutOfMemoryException() public method

public OutOfMemoryException ( String message ) : System
message String
return System

OutOfMemoryException() public method

public OutOfMemoryException ( String message, Exception innerException ) : System
message String
innerException Exception
return System