C# 클래스 Phenix.Actor.StreamDelayException

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

공개 메소드들

메소드 설명
StreamDelayException ( Exception innerException = null ) : System

数据流延迟异常

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

数据流延迟异常

보호된 메소드들

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

序列化

메소드 상세

StreamDelayException() 공개 메소드

数据流延迟异常
public StreamDelayException ( Exception innerException = null ) : System
innerException Exception
리턴 System

StreamDelayException() 보호된 메소드

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

StreamDelayException() 공개 메소드

数据流延迟异常
public StreamDelayException ( string message, Exception innerException = null ) : System
message string
innerException Exception
리턴 System