C# Class Org.IdentityConnectors.ActiveDirectory.ProxyAddressExistsException

Inheritance: Org.IdentityConnectors.Framework.Common.Exceptions.ConnectorException
Afficher le fichier Open project: Evolveum/openicf

Méthodes publiques

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

Method Details

ProxyAddressExistsException() public méthode

public ProxyAddressExistsException ( ) : System
Résultat System

ProxyAddressExistsException() public méthode

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

ProxyAddressExistsException() public méthode

public ProxyAddressExistsException ( string message ) : System
message string
Résultat System

ProxyAddressExistsException() public méthode

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