C# Class Library.MemoryLeakException

Inheritance: BufferManagerException
Afficher le fichier Open project: Alliance-Network/Library

Méthodes publiques

Méthode Description
MemoryLeakException ( ) : System
MemoryLeakException ( string message ) : System
MemoryLeakException ( string message, Exception innerException ) : System

Method Details

MemoryLeakException() public méthode

public MemoryLeakException ( ) : System
Résultat System

MemoryLeakException() public méthode

public MemoryLeakException ( string message ) : System
message string
Résultat System

MemoryLeakException() public méthode

public MemoryLeakException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System