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