C# Класс Todoist.NET.LogOnFailedException

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

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

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

Initializes a new instance of the LogOnFailedException class.

LogOnFailedException ( string message ) : System

Initializes a new instance of the LogOnFailedException class. The LogOn failed exception.

LogOnFailedException ( string message, Exception innerException ) : System

Initializes a new instance of the LogOnFailedException class. The LogOn failed exception.

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

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

Initializes a new instance of the LogOnFailedException class. The LogOn failed exception.

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

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

Initializes a new instance of the LogOnFailedException class.
public LogOnFailedException ( ) : System
Результат System

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

Initializes a new instance of the LogOnFailedException class. The LogOn failed exception.
protected LogOnFailedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo /// The . ///
context System.Runtime.Serialization.StreamingContext /// The . ///
Результат System

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

Initializes a new instance of the LogOnFailedException class. The LogOn failed exception.
public LogOnFailedException ( string message ) : System
message string /// The error message explaining what went wrong and how to fix it. ///
Результат System

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

Initializes a new instance of the LogOnFailedException class. The LogOn failed exception.
public LogOnFailedException ( string message, Exception innerException ) : System
message string /// The error message explaining what went wrong and how to fix it. ///
innerException System.Exception /// The of the error. ///
Результат System