C# 클래스 TripleSoftware.Sasl.SaslMechanismNotAvailableException

Exception to throw when the factory tries to make a sasl mechanism which in not available
상속: System.Exception
파일 보기 프로젝트 열기: rckoenes/Sasl.NET

공개 메소드들

메소드 설명
SaslMechanismNotAvailableException ( string message ) : System

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

메소드 상세

SaslMechanismNotAvailableException() 공개 메소드

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