C# Class AppVeyor.Common.Exceptions.AppVeyorUnauthorizedException

Inheritance: System.Exception
Afficher le fichier Open project: onlyutkarsh/AppVeyorExtension

Méthodes publiques

Méthode Description
AppVeyorUnauthorizedException ( ) : System
AppVeyorUnauthorizedException ( string message ) : System
AppVeyorUnauthorizedException ( string message, Exception innerException ) : System

Méthodes protégées

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

Method Details

AppVeyorUnauthorizedException() public méthode

public AppVeyorUnauthorizedException ( ) : System
Résultat System

AppVeyorUnauthorizedException() protected méthode

protected AppVeyorUnauthorizedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

AppVeyorUnauthorizedException() public méthode

public AppVeyorUnauthorizedException ( string message ) : System
message string
Résultat System

AppVeyorUnauthorizedException() public méthode

public AppVeyorUnauthorizedException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System