C# 클래스 Todoist.NET.UpdateUserException

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

공개 메소드들

메소드 설명
UpdateUserException ( ) : System

Initializes a new instance of the UpdateUserException class.

UpdateUserException ( string message ) : System

Initializes a new instance of the UpdateUserException class.

UpdateUserException ( string message, Exception innerException ) : System

Initializes a new instance of the UpdateUserException class.

보호된 메소드들

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

Initializes a new instance of the UpdateUserException class.

메소드 상세

UpdateUserException() 공개 메소드

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

UpdateUserException() 보호된 메소드

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

UpdateUserException() 공개 메소드

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

UpdateUserException() 공개 메소드

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