C# Class Org.IdentityConnectors.ActiveDirectory.ProxyAddressExistsException

Inheritance: Org.IdentityConnectors.Framework.Common.Exceptions.ConnectorException
Show file Open project: Evolveum/openicf

Public Methods

Method Description
ProxyAddressExistsException ( ) : System
ProxyAddressExistsException ( Exception ex ) : System
ProxyAddressExistsException ( string message ) : System
ProxyAddressExistsException ( string message, Exception ex ) : System

Method Details

ProxyAddressExistsException() public method

public ProxyAddressExistsException ( ) : System
return System

ProxyAddressExistsException() public method

public ProxyAddressExistsException ( Exception ex ) : System
ex System.Exception
return System

ProxyAddressExistsException() public method

public ProxyAddressExistsException ( string message ) : System
message string
return System

ProxyAddressExistsException() public method

public ProxyAddressExistsException ( string message, Exception ex ) : System
message string
ex System.Exception
return System