C# Class GitHub.Services.OAuth.VssOAuthTokenRequestException

Inheritance: VssOAuthException
Afficher le fichier Open project: ChristopherHX/runner.server

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
VssOAuthTokenRequestException ( String message ) : System

Initializes a new VssOAuthTokenRequestException instance with the specified message.

VssOAuthTokenRequestException ( String message, Exception innerException ) : System

Initializes a new VssOAuthTokenRequestException instance with the specified message.

Méthodes protégées

Méthode Description
VssOAuthTokenRequestException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new VssOAuthException instance with serialized data.

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
Résultat void

VssOAuthTokenRequestException() protected méthode

Initializes a new VssOAuthException instance with serialized data.
protected VssOAuthTokenRequestException ( 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
Résultat System

VssOAuthTokenRequestException() public méthode

Initializes a new VssOAuthTokenRequestException instance with the specified message.
public VssOAuthTokenRequestException ( String message ) : System
message String The error message that explains the reason for the exception
Résultat System

VssOAuthTokenRequestException() public méthode

Initializes a new VssOAuthTokenRequestException instance with the specified message.
public VssOAuthTokenRequestException ( 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
Résultat System