C# Class UserManagement.Domain.TokenNotFoundException

Inheritance: System.Exception
Show file Open project: LeagueOfDevelopers/LodCore

Public Methods

Method Description
TokenNotFoundException ( ) : System
TokenNotFoundException ( string message ) : System
TokenNotFoundException ( string message, Exception innerException ) : System

Protected Methods

Method Description
TokenNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Method Details

TokenNotFoundException() public method

public TokenNotFoundException ( ) : System
return System

TokenNotFoundException() protected method

protected TokenNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

TokenNotFoundException() public method

public TokenNotFoundException ( string message ) : System
message string
return System

TokenNotFoundException() public method

public TokenNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System