C# Class Phenix.Core.Security.Auth.UserNotFoundException

Inheritance: AuthenticationException
Mostra file Open project: phenixiii/Phenix.NET7

Public Methods

Method Description
UserNotFoundException ( Exception innerException = null ) : System

用户找不到异常

UserNotFoundException ( string message, Exception innerException = null ) : System

用户找不到异常

Protected Methods

Method Description
UserNotFoundException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

序列化

Method Details

UserNotFoundException() public method

用户找不到异常
public UserNotFoundException ( Exception innerException = null ) : System
innerException Exception
return System

UserNotFoundException() protected method

序列化
protected UserNotFoundException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo SerializationInfo
streamingContext StreamingContext
return System

UserNotFoundException() public method

用户找不到异常
public UserNotFoundException ( string message, Exception innerException = null ) : System
message string
innerException Exception
return System