C# 클래스 Phenix.Core.Security.Auth.OvertimeRequestException

상속: AuthenticationException
파일 보기 프로젝트 열기: phenixiii/Phenix.NET7

공개 메소드들

메소드 설명
OvertimeRequestException ( double timestamp ) : System

服务请求超时异常

보호된 메소드들

메소드 설명
OvertimeRequestException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

序列化

메소드 상세

OvertimeRequestException() 보호된 메소드

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

OvertimeRequestException() 공개 메소드

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