Class ImageVaultConfigurationException
An exception describing a Configuration error
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common
Assembly: ImageVault.Common.dll
Syntax
public class ImageVaultConfigurationException : ImageVaultException, ISerializable, _Exception
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 |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception