C# 클래스 Org.IdentityConnectors.ActiveDirectory.ProxyAddressExistsException

상속: Org.IdentityConnectors.Framework.Common.Exceptions.ConnectorException
파일 보기 프로젝트 열기: Evolveum/openicf

공개 메소드들

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

메소드 상세

ProxyAddressExistsException() 공개 메소드

public ProxyAddressExistsException ( ) : System
리턴 System

ProxyAddressExistsException() 공개 메소드

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

ProxyAddressExistsException() 공개 메소드

public ProxyAddressExistsException ( string message ) : System
message string
리턴 System

ProxyAddressExistsException() 공개 메소드

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