'Declaration
Public Function New( _ ByVal method As MethodBase _ )
'Usage
Dim method As MethodBase Dim instance As New ResultException(method)
public ResultException( MethodBase method )
public: ResultException( MethodBase^ method )
Parameters
- method
- The method that provided the invalid result.
The value of this parameter can be
null
(Nothing
in Visual Basic).