Share via


ProductNotFoundException Constructor (BCL)

Public Instance Constructor

Constructor Description
ProductNotFoundException Constructor Creates a new instance of the ProductNotFoundException class.
ProductNotFoundException Constructor(String) Creates a new instance of the ProductNotFoundException class with the specified message.
ProductNotFoundException Constructor(String, Exception) Creates a new instance of the ProductNotFoundException class with the specified message and inner exception.
ProductNotFoundException Constructor(String, Object) Creates a new instance of the ProductNotFoundException class with the specified catalog name and product ID.

 

Protected Instance Constructor

Constructor Description
ProductNotFoundException Constructor (SerializationInfo, StreamingContext) Creates a new instance of the ProductNotFoundException class with the specified serialization information and streaming context.

Copyright © 2005 Microsoft Corporation.
All rights reserved.