C# Class RIAPP.DataService.Core.Exceptions.DummyException

Inheritance: RIAPP.DataService.Core.Exceptions.DomainServiceException
Afficher le fichier Open project: BBGONE/JRIApp

Méthodes publiques

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

Method Details

DummyException() public méthode

public DummyException ( ) : System
Résultat System

DummyException() public méthode

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

DummyException() public méthode

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