Method | Description | |
---|---|---|
StreamDelayException ( Exception innerException = null ) : System |
数据流延迟异常
|
|
StreamDelayException ( string message, Exception innerException = null ) : System |
数据流延迟异常
|
Method | Description | |
---|---|---|
StreamDelayException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System |
序列化
|
public StreamDelayException ( Exception innerException = null ) : System | ||
innerException | Exception | |
return | System |
protected StreamDelayException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System | ||
serializationInfo | SerializationInfo | |
streamingContext | StreamingContext | |
return | System |
public StreamDelayException ( string message, Exception innerException = null ) : System | ||
message | string | |
innerException | Exception | |
return | System |