C# Класс ConstantContactUtility.ConstantAuthenticationException

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

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

Метод Описание
ConstantAuthenticationException ( ) : System

Default empty constructor

ConstantAuthenticationException ( string message ) : System

Constructor with message parameter

ConstantAuthenticationException ( string message, Exception innerException ) : System

Constructor with message and inner exception

ConstantAuthenticationException ( string message, Exception innerException, string username ) : System

Constructor with message, inner exception and username

ConstantAuthenticationException ( string message, Exception innerException, string username, string password ) : System

Constructor with message, inner exception, username and password

ConstantAuthenticationException ( string message, string username ) : System

Constructor with message parameter and username

ConstantAuthenticationException ( string message, string username, string password ) : System

Constructor with message parameter, username and password

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

Метод Описание
ConstantAuthenticationException ( SerializationInfo serializationInfo, StreamingContext context ) : System

Serialization constructor

Приватные методы

Метод Описание
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

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

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

Default empty constructor
public ConstantAuthenticationException ( ) : System
Результат System

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

Serialization constructor
protected ConstantAuthenticationException ( SerializationInfo serializationInfo, StreamingContext context ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo Serialization info
context System.Runtime.Serialization.StreamingContext Streaming context
Результат System

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

Constructor with message parameter
public ConstantAuthenticationException ( string message ) : System
message string Exception mesage
Результат System

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

Constructor with message and inner exception
public ConstantAuthenticationException ( string message, Exception innerException ) : System
message string Exception message
innerException System.Exception Inner exception
Результат System

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

Constructor with message, inner exception and username
public ConstantAuthenticationException ( string message, Exception innerException, string username ) : System
message string Exception message
innerException System.Exception Inner exception
username string Constant username
Результат System

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

Constructor with message, inner exception, username and password
public ConstantAuthenticationException ( string message, Exception innerException, string username, string password ) : System
message string Excetion message
innerException System.Exception Inner exception
username string Constant username
password string Constant password
Результат System

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

Constructor with message parameter and username
public ConstantAuthenticationException ( string message, string username ) : System
message string Exception message
username string Constant username
Результат System

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

Constructor with message parameter, username and password
public ConstantAuthenticationException ( string message, string username, string password ) : System
message string Exception message
username string Constant username
password string Constant password
Результат System