Represents an exception thrown when an operation is not available offline and a server connection is required to perform it. More...
Public Member Functions | |
| OperationNotAvailableOffline (string aMessage=null, Exception aInnerException=null, int aStatus=DefaultStatus) | |
| OperationNotAvailableOffline Constructor. | |
Represents an exception thrown when an operation is not available offline and a server connection is required to perform it.
Retrying will not succeed unless ConnectionOnline becomes true
|
inline |
OperationNotAvailableOffline Constructor.
| aMessage | Custom error message, defaults to predefined message if null. |
| aInnerException | The inner exception that caused this exception, if any. |
| aStatus | HTTP status code for the error, defaults to 410. |