Constructor StreamNotFoundException
StreamNotFoundException()
Default constructor.
Declaration
public StreamNotFoundException()
StreamNotFoundException(Int32)
Default constructor.
Declaration
public StreamNotFoundException(int errorCode)
Parameters
| Type | Name | Description |
|---|---|---|
| System. |
errorCode |
StreamNotFoundException(Int32, String)
Default constructor.
Declaration
public StreamNotFoundException(int errorCode, string reason = "Stream not found in the cache.")
Parameters
| Type | Name | Description |
|---|---|---|
| System. |
errorCode | |
| System. |
reason |
StreamNotFoundException(SerializationInfo, StreamingContext)
Overloaded constructor, manual serialization.
Declaration
protected StreamNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System. |
info | |
| System. |
context |