C# Class UserManagement.Domain.TokenNotFoundException

Inheritance: System.Exception
Afficher le fichier Open project: LeagueOfDevelopers/LodCore

Méthodes publiques

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

Méthodes protégées

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

Method Details

TokenNotFoundException() public méthode

public TokenNotFoundException ( ) : System
Résultat System

TokenNotFoundException() protected méthode

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

TokenNotFoundException() public méthode

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

TokenNotFoundException() public méthode

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