Class ItemDoesNotExistException
[Serializable]
public class ItemDoesNotExistException : InvalidOperationException, ISerializable
- Inheritance
-
ItemDoesNotExistException
- Implements
- Inherited Members
Constructors
ItemDoesNotExistException(SerializationInfo, StreamingContext)
public ItemDoesNotExistException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
ItemDoesNotExistException(string)
public ItemDoesNotExistException(string msg)
Parameters
msg
string