'Declaration
<ObsoleteAttribute("Do not use this constructor unless absolutely necessary. Wrapping exceptions with no added value should be avoided.")> Public Function New( _ ByVal e As Exception _ )
'Usage
Dim e As Exception Dim instance As New NetApiException(e)
[Obsolete("Do not use this constructor unless absolutely necessary. Wrapping exceptions with no added value should be avoided.")] public NetApiException( Exception e )
[Obsolete("Do not use this constructor unless absolutely necessary. Wrapping exceptions with no added value should be avoided.")] public: NetApiException( Exception^ e )
Parameters
- e
The value of this parameter cannot be
null
(Nothing
in Visual Basic).