Class ItemNotFoundException
- Namespace
- JobFlow.Core.Infrastructure.Storage
- Assembly
- JobFlow.Core.dll
[Serializable]
public class ItemNotFoundException : Exception, ISerializable
- Inheritance
-
ItemNotFoundException
- Implements
- Inherited Members
- Extension Methods
Constructors
ItemNotFoundException(SerializationInfo, StreamingContext)
protected ItemNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
ItemNotFoundException(string)
public ItemNotFoundException(string itemName)
Parameters
itemName
string
ItemNotFoundException(string, Exception)
public ItemNotFoundException(string itemName, Exception inner)