Class ImageVaultCoreException
General exception for components living in ImageVault.Core
Inheritance
Namespace: ImageVault.Core
Assembly: ImageVault.Core.dll
Syntax
public class ImageVaultCoreException : ImageVaultException
Constructors
ImageVaultCoreException()
Initializes a new instance of the ImageVaultCoreException class.
Declaration
public ImageVaultCoreException()
ImageVaultCoreException(SerializationInfo, StreamingContext)
Initializes a new instance of the ImageVaultCoreException class with serialized data. ///
Declaration
public ImageVaultCoreException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown. |
System.Runtime.Serialization.StreamingContext | context | The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination. |
ImageVaultCoreException(String)
Initializes a new instance of the ImageVaultCoreException class with a specified error message.
Declaration
public ImageVaultCoreException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | a message that describes the exception |
ImageVaultCoreException(String, Exception)
Initializes a new instance of the ImageVaultCoreException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public ImageVaultCoreException(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 |
ImageVaultCoreException(String, Object[])
Initializes a new instance of the ImageVaultCoreException class with a specified formatted error message. ///
Declaration
public ImageVaultCoreException(string format, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String | format | A System.String containing zero or more format items. |
System.Object[] | args | An System.Object array containing zero or more objects to format. |