C# Class System.OutOfMemoryException

Inheritance: SystemException
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
OutOfMemoryException ( ) : System
OutOfMemoryException ( String message ) : System
OutOfMemoryException ( String message, Exception innerException ) : System

Méthodes protégées

Méthode Description
OutOfMemoryException ( SerializationInfo info, StreamingContext context ) : System

Method Details

OutOfMemoryException() public méthode

public OutOfMemoryException ( ) : System
Résultat System

OutOfMemoryException() protected méthode

protected OutOfMemoryException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

OutOfMemoryException() public méthode

public OutOfMemoryException ( String message ) : System
message String
Résultat System

OutOfMemoryException() public méthode

public OutOfMemoryException ( String message, Exception innerException ) : System
message String
innerException Exception
Résultat System