Class ResourceNotFoundException
Inheritance
System.Object
ResourceNotFoundException
Assembly: Volo.Docs.Domain.Shared.dll
Syntax
public class ResourceNotFoundException : BusinessException
Constructors
ResourceNotFoundException(SerializationInfo, StreamingContext)
Declaration
public ResourceNotFoundException(SerializationInfo serializationInfo, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
serializationInfo |
|
StreamingContext |
context |
|
ResourceNotFoundException(String)
Declaration
public ResourceNotFoundException(string resourceName)
Parameters
Type |
Name |
Description |
System.String |
resourceName |
|
Properties
ResourceName
Declaration
public string ResourceName { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods