C# Class 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.
Inheritance: ConnectorIOException
Afficher le fichier Open project: Tirasa/ConnId Class Usage Examples

Méthodes publiques

Méthode Description
ConnectionFailedException ( ) : System
ConnectionFailedException ( Exception ex ) : System
ConnectionFailedException ( string msg ) : System
ConnectionFailedException ( string message, Exception ex ) : System

Method Details

ConnectionFailedException() public méthode

public ConnectionFailedException ( ) : System
Résultat System

ConnectionFailedException() public méthode

public ConnectionFailedException ( Exception ex ) : System
ex System.Exception
Résultat System

ConnectionFailedException() public méthode

public ConnectionFailedException ( string msg ) : System
msg string
Résultat System

ConnectionFailedException() public méthode

public ConnectionFailedException ( string message, Exception ex ) : System
message string
ex System.Exception
Résultat System