'Declaration<JetBrains.Annotations.NotNullAttribute()> Public Shared Function Create( _ ByVal exception As Exception, _ ByVal attributeData As UAAttributeData, _ Optional ByVal state As Object _ ) As UAAttributeDataResult
'UsageDim exception As Exception Dim attributeData As UAAttributeData Dim state As Object Dim value As UAAttributeDataResult value = UAAttributeDataResult.Create(exception, attributeData, state)
[JetBrains.Annotations.NotNull()] public static UAAttributeDataResult Create( Exception exception, UAAttributeData attributeData, object state )
[JetBrains.Annotations.NotNull()] public: static UAAttributeDataResult^ Create( Exception^ exception, UAAttributeData^ attributeData, Object^ state )
Parameters
- exception
- The exception representing a failure, or
nullfor success.The value of this parameter can be
null(Nothingin Visual Basic). - attributeData
- The attribute data representing a successful result.
The value of this parameter can 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).