C# Class TripleSoftware.Sasl.SaslMechanismNotAvailableException

Exception to throw when the factory tries to make a sasl mechanism which in not available
Inheritance: System.Exception
Afficher le fichier Open project: rckoenes/Sasl.NET

Méthodes publiques

Méthode 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 méthode

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