C# Class Library.MemoryLeakException

Inheritance: BufferManagerException
Show file Open project: Alliance-Network/Library

Public Methods

Method Description
MemoryLeakException ( ) : System
MemoryLeakException ( string message ) : System
MemoryLeakException ( string message, Exception innerException ) : System

Method Details

MemoryLeakException() public method

public MemoryLeakException ( ) : System
return System

MemoryLeakException() public method

public MemoryLeakException ( string message ) : System
message string
return System

MemoryLeakException() public method

public MemoryLeakException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System