'Declaration
Public Function New( _ ByVal state As Object, _ ByVal exception As Exception, _ ByVal value As Object _ )
'Usage
Dim state As Object Dim exception As Exception Dim value As Object Dim instance As New DANodeElementCollectionResult(state, exception, value)
Parameters
- state
- The state object specified when the operation was invoked.
- exception
- The reason of the failure of the operation.
- value
- The value that is a successful result of the operation.