Class ImageVaultConfigurationException
An exception describing a Configuration error
Namespace: ImageVault.Common
Assembly: ImageVault.Common.dll
Syntax
public class ImageVaultConfigurationException : ImageVaultException
Constructors
ImageVaultConfigurationException()
Initializes a new instance of the ImageVaultException class.
Declaration
public ImageVaultConfigurationException()
ImageVaultConfigurationException(String)
Initializes a new instance of the ImageVaultException class with a specified error message.
Declaration
public ImageVaultConfigurationException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | a message that describes the exception |
ImageVaultConfigurationException(String, Exception)
Initializes a new instance of the ImageVaultException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public ImageVaultConfigurationException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | a message that describes the exception |
System.Exception | innerException | The exception that caused this exception |