Method | Description | |
---|---|---|
NoSuchItemException ( ) : System |
Create a simple exception with no further explanation.
|
|
NoSuchItemException ( string message ) : System |
Create the exception with an explanation of the reason.
|
public NoSuchItemException ( string message ) : System | ||
message | string | |
return | System |