CKFinder 3 – ASP.NET Connector Documentation
InvalidConfigException Class Reference

Represents invalid exception error. More...

Inheritance diagram for InvalidConfigException:
ConnectorException

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...
 

Detailed Description

Represents invalid exception error.

Constructor & Destructor Documentation

◆ InvalidConfigException() [1/3]

Constructs a new instance of InvalidExtensionException.

◆ InvalidConfigException() [2/3]

InvalidConfigException ( string  message)
inline

Constructs a new instance of InvalidExtensionException.

Parameters
messageA message that describes cause of this exception.

◆ InvalidConfigException() [3/3]

InvalidConfigException ( string  message,
Exception  innerException 
)
inline

Constructs a new instance of InvalidExtensionException.

Parameters
messageA message that describes cause of this exception.
innerExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.

The documentation for this class was generated from the following file: