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