C# 클래스 GitHub.Services.OAuth.VssOAuthException

상속: VssServiceException
파일 보기 프로젝트 열기: ChristopherHX/runner.server

공개 메소드들

메소드 설명
VssOAuthException ( String message ) : System

Initializes a new VssOAuthException instance with the specified message.

VssOAuthException ( String message, Exception innerException ) : System

Initializes a new VssOAuthException instance with the specified message.

보호된 메소드들

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

Initializes a new VssOAuthException instance with serialized data.

메소드 상세

VssOAuthException() 보호된 메소드

Initializes a new VssOAuthException instance with serialized data.
protected VssOAuthException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The SerializationInfo that holds the serialized object data about the exception being thrown
context StreamingContext The StreamingContext that contains contextual information about the source or destination
리턴 System

VssOAuthException() 공개 메소드

Initializes a new VssOAuthException instance with the specified message.
public VssOAuthException ( String message ) : System
message String The error message that explains the reason for the exception
리턴 System

VssOAuthException() 공개 메소드

Initializes a new VssOAuthException instance with the specified message.
public VssOAuthException ( String message, Exception innerException ) : System
message String The error message that explains the reason for the exception
innerException Exception An object that describes the error that caused the current exception
리턴 System