C# Class Todoist.NET.LogOnFailedException

Inheritance: System.SystemException
ファイルを表示 Open project: jbfp/Todoist.NET

Public Methods

Method 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.

Protected Methods

Method Description
LogOnFailedException ( SerializationInfo info, StreamingContext context ) : System

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

Method Details

LogOnFailedException() public method

Initializes a new instance of the LogOnFailedException class.
public LogOnFailedException ( ) : System
return System

LogOnFailedException() protected method

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 . ///
return System

LogOnFailedException() public method

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. ///
return System

LogOnFailedException() public method

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. ///
return System