Constructor NoSuchItemException
NoSuchItemException()
Create a simple exception with no further explanation.
Declaration
public NoSuchItemException()
NoSuchItemException(String)
Create the exception with an explanation of the reason.
Declaration
public NoSuchItemException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
NoSuchItemException(SerializationInfo, StreamingContext)
Initializes a new instance of this class with serialized data.
Declaration
public NoSuchItemException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The |
StreamingContext | context | The |