C# Класс Org.IdentityConnectors.ActiveDirectory.ProxyAddressExistsException

Наследование: Org.IdentityConnectors.Framework.Common.Exceptions.ConnectorException
Показать файл Открыть проект

Открытые методы

Метод Описание
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