C# Class TripleSoftware.Sasl.SaslMechanismNotAvailableException

Exception to throw when the factory tries to make a sasl mechanism which in not available
Inheritance: System.Exception
显示文件 Open project: rckoenes/Sasl.NET

Public Methods

Method Description
SaslMechanismNotAvailableException ( string message ) : System

Exception to throw when the factory tries to make a sasl mechanism which in not available

Method Details

SaslMechanismNotAvailableException() public method

Exception to throw when the factory tries to make a sasl mechanism which in not available
public SaslMechanismNotAvailableException ( string message ) : System
message string
return System