C# Class Microsoft.DotNet.Maestro.Client.AuthenticationException

Inheritance: Exception
Afficher le fichier Open project: dotnet/arcade-services

Méthodes publiques

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

Méthodes protégées

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

Method Details

AuthenticationException() public méthode

public AuthenticationException ( ) : System
Résultat System

AuthenticationException() protected méthode

protected AuthenticationException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

AuthenticationException() public méthode

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

AuthenticationException() public méthode

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