C# Class CQRSalad.Dispatching.ServiceProviderException

Inheritance: System.ApplicationException
Afficher le fichier Open project: Ontropix/CQRSalad

Méthodes publiques

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

Method Details

ServiceProviderException() public méthode

public ServiceProviderException ( Exception innerException ) : System
innerException System.Exception
Résultat System

ServiceProviderException() public méthode

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

ServiceProviderException() public méthode

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