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

Generic exception to be thrown when Cas Client configuration fails.
Inheritance: System.Exception
显示文件 Open project: NIKASoftwareDevs/Orchard

Public Methods

Method 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 method

Constructs an exception with the supplied message.
public CasConfigurationException ( string message ) : System
message string the message
return System

CasConfigurationException() public method

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
return System