C# 클래스 Todoist.NET.ProjectException

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

공개 메소드들

메소드 설명
ProjectException ( ) : System

Initializes a new instance of the ProjectException class.

ProjectException ( string message ) : System

Initializes a new instance of the ProjectException class.

ProjectException ( string message, Exception innerException ) : System

Initializes a new instance of the ProjectException class.

보호된 메소드들

메소드 설명
ProjectException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ProjectException class.

메소드 상세

ProjectException() 공개 메소드

Initializes a new instance of the ProjectException class.
public ProjectException ( ) : System
리턴 System

ProjectException() 보호된 메소드

Initializes a new instance of the ProjectException class.
protected ProjectException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo /// The . ///
context System.Runtime.Serialization.StreamingContext /// The . ///
리턴 System

ProjectException() 공개 메소드

Initializes a new instance of the ProjectException class.
public ProjectException ( string message ) : System
message string /// The error message explaining what went wrong and how to fix it. ///
리턴 System

ProjectException() 공개 메소드

Initializes a new instance of the ProjectException class.
public ProjectException ( 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