Parameters
- message
- The message that indicates the reason the exception occurred.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - errorCode
- The error code (HRESULT) value associated with this exception.
- qualifiedName
- The XML qualified name associated with this exception.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - inner
- The exception that is the cause of the current exception.
The value of this parameter can be
null
(Nothing
in Visual Basic).