Constructor AlreadyClosedException
AlreadyClosedException()
Declaration
public AlreadyClosedException()
AlreadyClosedException(String)
Declaration
public AlreadyClosedException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
AlreadyClosedException(String, Exception)
Declaration
public AlreadyClosedException(string message, Exception inner)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
inner |
|
AlreadyClosedException(SerializationInfo, StreamingContext)
Declaration
protected AlreadyClosedException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|