C# Class NGM.CasClient.Client.Configuration.CasConfigurationException

Generic exception to be thrown when Cas Client configuration fails.
Inheritance: System.Exception
Afficher le fichier Open project: NIKASoftwareDevs/Orchard

Méthodes publiques

Méthode Description
CasConfigurationException ( string message ) : System

Constructs an exception with the supplied message.

CasConfigurationException ( string message, Exception exception ) : System

Constructs an exception with the supplied message and chained exception

Method Details

CasConfigurationException() public méthode

Constructs an exception with the supplied message.
public CasConfigurationException ( string message ) : System
message string the message
Résultat System

CasConfigurationException() public méthode

Constructs an exception with the supplied message and chained exception
public CasConfigurationException ( string message, Exception exception ) : System
message string the message
exception System.Exception the original exception
Résultat System