C# 클래스 Org.IdentityConnectors.Framework.Common.Exceptions.ConnectionFailedException

ConnectionFailedException is thrown when a Connector cannot reach the target resource instance. An instance of ConnectionFailedException generally wraps the native exception (or describes the native error) returned by the target resource.
상속: ConnectorIOException
파일 보기 프로젝트 열기: Tirasa/ConnId 1 사용 예제들

공개 메소드들

메소드 설명
ConnectionFailedException ( ) : System
ConnectionFailedException ( Exception ex ) : System
ConnectionFailedException ( string msg ) : System
ConnectionFailedException ( string message, Exception ex ) : System

메소드 상세

ConnectionFailedException() 공개 메소드

public ConnectionFailedException ( ) : System
리턴 System

ConnectionFailedException() 공개 메소드

public ConnectionFailedException ( Exception ex ) : System
ex System.Exception
리턴 System

ConnectionFailedException() 공개 메소드

public ConnectionFailedException ( string msg ) : System
msg string
리턴 System

ConnectionFailedException() 공개 메소드

public ConnectionFailedException ( string message, Exception ex ) : System
message string
ex System.Exception
리턴 System