C# Class Prizm.Data.DAL.RepositoryException

Inheritance: System.ApplicationException
Afficher le fichier Open project: AleksMorozova/prizm

Méthodes publiques

Méthode Description
RepositoryException ( string message ) : System
RepositoryException ( string message, Exception ex ) : System

Method Details

RepositoryException() public méthode

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

RepositoryException() public méthode

public RepositoryException ( string message, Exception ex ) : System
message string
ex System.Exception
Résultat System