C# Class Todoist.NET.LogOnFailedException

Inheritance: System.SystemException
Afficher le fichier Open project: jbfp/Todoist.NET

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
LogOnFailedException ( SerializationInfo info, StreamingContext context ) : System

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

Method Details

LogOnFailedException() public méthode

Initializes a new instance of the LogOnFailedException class.
public LogOnFailedException ( ) : System
Résultat System

LogOnFailedException() protected méthode

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 . ///
Résultat System

LogOnFailedException() public méthode

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. ///
Résultat System

LogOnFailedException() public méthode

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. ///
Résultat System