C# Класс Sappworks.Stocks.AuthenticationException

Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AuthenticationException ( ) : System
AuthenticationException ( string message ) : System
AuthenticationException ( string message, Exception inner ) : System

Защищенные методы

Метод Описание
AuthenticationException ( System info, System context ) : System

Описание методов

AuthenticationException() публичный Метод

public AuthenticationException ( ) : System
Результат System

AuthenticationException() защищенный Метод

protected AuthenticationException ( System info, System context ) : System
info System
context System
Результат System

AuthenticationException() публичный Метод

public AuthenticationException ( string message ) : System
message string
Результат System

AuthenticationException() публичный Метод

public AuthenticationException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System