Initializes a new instance of the WeakReferenceException with default properties.
[Visual Basic] Overloads Public Sub New() [C#] public WeakReferenceException(); [C++] public: WeakReferenceException(); [JScript] public function WeakReferenceException();
WeakReferenceException inherits from the Exception class. This constructor sets the properties of the Exception object as follows:
Property Type | Condition |
---|---|
InnerException | null |
Message | The empty string. |
WeakReferenceException Class | WeakReferenceException Members | System Namespace | WeakReferenceException Constructor Overload List