Method | Description | |
---|---|---|
TTLLengthException ( ) : System |
Initializes a new instance of the TTLLengthException class.
|
|
TTLLengthException ( string message ) : System |
Initializes a new instance of the TTLLengthException class with the specified error message.
|
Method | Description | |
---|---|---|
TTLLengthException ( SerializationInfo info, StreamingContext context ) : System |
Initializes a new instance of the TTLLengthException class with serialized data.
|
protected TTLLengthException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | The |
context | StreamingContext | The |
return | System |
public TTLLengthException ( string message ) : System | ||
message | string | The message that describes the error. |
return | System |