FYFY 2.3
Loading...
Searching...
No Matches
FYFY.ArgumentNullException Class Reference

Exception used when a null reference is passed to a method that doesn't accept it as a valid argument. More...

Inheritance diagram for FYFY.ArgumentNullException:
FYFY.ExceptionWithCustomStackTrace

Public Member Functions

 ArgumentNullException (string stackTrace=null)
 Initializes a new instance of the FYFY.ArgumentNullException class.
 
- Public Member Functions inherited from FYFY.ExceptionWithCustomStackTrace
 ExceptionWithCustomStackTrace (string stackTrace)
 Initializes a new instance of the FYFY.ExceptionWithCustomStackTrace class.
 
 ExceptionWithCustomStackTrace (string message, string stackTrace)
 Initializes a new instance of the FYFY.ExceptionWithCustomStackTrace class.
 
 ExceptionWithCustomStackTrace (string message, System.Exception inner, string stackTrace)
 Initializes a new instance of the FYFY.ExceptionWithCustomStackTrace class.
 

Additional Inherited Members

- Properties inherited from FYFY.ExceptionWithCustomStackTrace
override string StackTrace [get]
 Gets a string represention that describes the function calls that led up to the Exception.
 

Detailed Description

Exception used when a null reference is passed to a method that doesn't accept it as a valid argument.


The documentation for this class was generated from the following file: