Class ContentNotFoundException
Signals that a content was not found
Inheritance
System.Object
ContentNotFoundException
Namespace: ImageVault.Core.Common.Exceptions
Assembly: ImageVault.Core.dll
Syntax
public class ContentNotFoundException : ImageVaultCoreException
Constructors
ContentNotFoundException()
Creates a ContentNotFoundException
Declaration
public ContentNotFoundException()
ContentNotFoundException(String)
Creates a ContentNotFoundException
Declaration
public ContentNotFoundException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
ContentNotFoundException(String, Exception)
Creates a ContentNotFoundException
Declaration
public ContentNotFoundException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | innerException |