Method | Description | |
---|---|---|
AgainException ( ) : System |
Create a new AgainException with no message nor inner-exception.
|
|
AgainException ( [ message ) : System |
Method | Description | |
---|---|---|
AgainException ( SerializationInfo info, StreamingContext context ) : System |
Constructor for serialisation.
|
Method | Description | |
---|---|---|
AgainException ( [ innerException, [ message ) : System |
Create a new AgainException with a given inner-exception and message.
|
protected AgainException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System |