Class ReferenceException
Represents errors related to object references.
public class ReferenceException : LocalizedException, ISerializable, _Exception- Inheritance
- 
      
      
      
      ReferenceException
- Implements
- Inherited Members
Constructors
ReferenceException()
Creates new instance of ReferenceException.
public ReferenceException()ReferenceException(string)
Creates new instance of ReferenceException.
public ReferenceException(string message)Parameters
- messagestring
- Error message.