C# Class Phenix.Actor.StreamDelayException

Inheritance: InvalidOperationException
Datei anzeigen Open project: phenixiii/Phenix.NET7

Public Methods

Method Description
StreamDelayException ( Exception innerException = null ) : System

数据流延迟异常

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

数据流延迟异常

Protected Methods

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

序列化

Method Details

StreamDelayException() public method

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

StreamDelayException() protected method

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

StreamDelayException() public method

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