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

Inheritance: AuthenticationException
Afficher le fichier Open project: phenixiii/Phenix.NET7

Méthodes publiques

Méthode Description
OvertimeRequestException ( double timestamp ) : System

服务请求超时异常

Méthodes protégées

Méthode Description
OvertimeRequestException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

序列化

Method Details

OvertimeRequestException() protected méthode

序列化
protected OvertimeRequestException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo SerializationInfo
streamingContext StreamingContext
Résultat System

OvertimeRequestException() public méthode

服务请求超时异常
public OvertimeRequestException ( double timestamp ) : System
timestamp double
Résultat System