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

Inheritance: AuthenticationException
ファイルを表示 Open project: phenixiii/Phenix.NET7

Public Methods

Method Description
OvertimeRequestException ( double timestamp ) : System

服务请求超时异常

Protected Methods

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

序列化

Method Details

OvertimeRequestException() protected method

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

OvertimeRequestException() public method

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