C# Class System.InsufficientMemoryException

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

Public Methods

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

Private Methods

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

Method Details

InsufficientMemoryException() public method

public InsufficientMemoryException ( ) : System
return System

InsufficientMemoryException() public method

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

InsufficientMemoryException() public method

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