C# 클래스 Todoist.NET.LogOnFailedException

상속: System.SystemException
파일 보기 프로젝트 열기: jbfp/Todoist.NET

공개 메소드들

메소드 설명
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