C# Class WebServer.Models.EntityManagerException

Inheritance: System.Exception
Afficher le fichier Open project: colin-dumitru/Proiect-AI-2012---GUI

Méthodes publiques

Méthode Description
EntityManagerException ( ) : System
EntityManagerException ( string message ) : System
EntityManagerException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
EntityManagerException ( System info, System context ) : System

Method Details

EntityManagerException() public méthode

public EntityManagerException ( ) : System
Résultat System

EntityManagerException() protected méthode

protected EntityManagerException ( System info, System context ) : System
info System
context System
Résultat System

EntityManagerException() public méthode

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

EntityManagerException() public méthode

public EntityManagerException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System