This class inherits all public properties from the base class 'System.Exception', including the following:
public string Message
where Message is a context-appropriate error string that describes the ErrorCode that was passed in to the constructor when the exception was raised. The Method property is inherited from the base class and assigned by the derived constructor.
This class also inherits all static properties (if any) from the base class System.Exception.