C# Class WebServer.Models.EntityManagerException

Inheritance: System.Exception
ファイルを表示 Open project: colin-dumitru/Proiect-AI-2012---GUI

Public Methods

Method Description
EntityManagerException ( ) : System
EntityManagerException ( string message ) : System
EntityManagerException ( string message, Exception inner ) : System

Protected Methods

Method Description
EntityManagerException ( System info, System context ) : System

Method Details

EntityManagerException() public method

public EntityManagerException ( ) : System
return System

EntityManagerException() protected method

protected EntityManagerException ( System info, System context ) : System
info System
context System
return System

EntityManagerException() public method

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

EntityManagerException() public method

public EntityManagerException ( string message, Exception inner ) : System
message string
inner System.Exception
return System