This topic has not yet been rated - Rate this topic

ItemNotFoundException Constructor

Initializes a new instance of the ItemNotFoundException class. The variants of this constructor can create an empty object, an object that contains an exception message, and more.
NameDescription
ItemNotFoundException ()Initializes a new instance of the ItemNotFoundException class that is empty.
ItemNotFoundException (SerializationInfo, StreamingContext)Initializes a new instance of the ItemNotFoundException class that contains information read from the provided serialization information.
ItemNotFoundException (String)Initializes a new instance of the ItemNotFoundException class that contains an exception message.
ItemNotFoundException (String, Exception)Initializes a new instance of the ItemNotFoundException class that contains an exception message and the inner exception that caused this exception to be thrown.

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.