Represents invalid exception error. More...
Public Member Functions | |
| InvalidConfigException () | |
| Constructs a new instance of InvalidExtensionException. More... | |
| InvalidConfigException (string message) | |
| Constructs a new instance of InvalidExtensionException. More... | |
| InvalidConfigException (string message, Exception innerException) | |
| Constructs a new instance of InvalidExtensionException. More... | |
Public Member Functions inherited from ConnectorException | |
| ConnectorException (ErrorCode errorCode, string message) | |
| Constructs a new instance of ConnectorException. More... | |
| ConnectorException (ErrorCode errorCode, string message, Exception innerException) | |
| Constructs a new instance of ConnectorException. More... | |
| ConnectorException (ErrorCode errorCode, HttpStatusCode httpStatusCode, string message) | |
| Constructs a new instance of ConnectorException. More... | |
| ConnectorException (ErrorCode errorCode, HttpStatusCode httpStatusCode, string message, Exception innerException) | |
| Constructs a new instance of ConnectorException. More... | |
Additional Inherited Members | |
Properties inherited from ConnectorException | |
| ErrorCode | ErrorCode [get] |
| The error code. More... | |
| HttpStatusCode | HttpStatusCode [get] |
The HTTP status code. More... | |
Represents invalid exception error.
|
inline |
Constructs a new instance of InvalidExtensionException.
|
inline |
Constructs a new instance of InvalidExtensionException.
| message | A message that describes cause of this exception. |
|
inline |
Constructs a new instance of InvalidExtensionException.
| message | A message that describes cause of this exception. |
| innerException | The exception that is the cause of the current exception, or a null reference if no inner exception is specified. |