Class ImageVaultCoreContentNotFoundException
Inheritance
System.Object
ImageVaultCoreContentNotFoundException
Assembly: ImageVault.Core.dll
Syntax
public class ImageVaultCoreContentNotFoundException : ImageVaultCoreException
Constructors
ImageVaultCoreContentNotFoundException()
Declaration
public ImageVaultCoreContentNotFoundException()
ImageVaultCoreContentNotFoundException(SerializationInfo, StreamingContext)
Declaration
protected ImageVaultCoreContentNotFoundException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
Type |
Name |
Description |
System.Runtime.Serialization.SerializationInfo |
serializationInfo |
|
System.Runtime.Serialization.StreamingContext |
streamingContext |
|
ImageVaultCoreContentNotFoundException(String)
Declaration
public ImageVaultCoreContentNotFoundException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
ImageVaultCoreContentNotFoundException(String, Exception)
Declaration
public ImageVaultCoreContentNotFoundException(string message, Exception innerException)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.Exception |
innerException |
|