'Declaration<JetBrains.Annotations.NotNullAttribute()> Public Shared Function Create( _ ByVal exception As Exception, _ ByVal nodeElementCollection As UANodeElementCollection, _ Optional ByVal state As Object _ ) As UANodeElementCollectionResult
'UsageDim exception As Exception Dim nodeElementCollection As UANodeElementCollection Dim state As Object Dim value As UANodeElementCollectionResult value = UANodeElementCollectionResult.Create(exception, nodeElementCollection, state)
[JetBrains.Annotations.NotNull()] public static UANodeElementCollectionResult Create( Exception exception, UANodeElementCollection nodeElementCollection, object state )
[JetBrains.Annotations.NotNull()] public: static UANodeElementCollectionResult^ Create( Exception^ exception, UANodeElementCollection^ nodeElementCollection, Object^ state )
Parameters
- exception
- The exception representing a failure, or
nullfor success.The value of this parameter can be
null(Nothingin Visual Basic). - nodeElementCollection
- The collection of node elements representing a successful result.
The value of this parameter can be
null(Nothingin Visual Basic).The individual elements of the parameter value cannot be
null(Nothingin Visual Basic). - state
- An optional state object associated with the operation.
The value of this parameter can be
null(Nothingin Visual Basic).
Return Value
This method never returns null (Nothing in Visual Basic).