Class ImageVaultConversionException
Namespace: ImageVault.Core.Conversion
Assembly: ImageVault.Core.dll
Syntax
public class ImageVaultConversionException : ImageVaultCoreException
Remarks
2013-11-15, INTERNAL\ricwar: Created
Constructors
ImageVaultConversionException(String)
Initializes a new instance of the ImageVaultConversionException class.
Declaration
public ImageVaultConversionException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
ImageVaultConversionException(String, Exception)
Initializes a new instance of the ImageVaultConversionException class.
Declaration
public ImageVaultConversionException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | innerException |