EasyUA Reference
ServiceResult Class Members
See Also  Properties  Methods  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : ServiceResult Class

Glossary Item Box

The following tables list the members exposed by ServiceResult.

Public Constructors

 NameDescription
Public ConstructorServiceResult ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyAdditionalInfo Additional diagnostic/debugging information associated with the operation.  
Public PropertyCode The status code associated with the result.  
Public Propertystatic (Shared in Visual Basic)Good A result representing a good status.  
Public PropertyInnerResult Nested error information.  
Public PropertyLocalizedText The localized description for the status code.  
Public PropertyNamespaceUri The namespace that qualifies symbolic identifier.  
Public PropertyStatusCode The status code associated with the result.  
Public PropertySymbolicId The qualified name of the symbolic identifier associated with the status code.  
Top

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)BuildExceptionTrace Returns a string containing all nested exceptions.  
Public Methodstatic (Shared in Visual Basic)CreateOverloaded.  Creates a new instance of a ServiceResult  
Public Methodstatic (Shared in Visual Basic)IsBad Returns true if the status code is bad.  
Public Methodstatic (Shared in Visual Basic)IsGood Returns true if the status code is good.  
Public Methodstatic (Shared in Visual Basic)IsNotBad Returns true if the status is good or uncertain.  
Public Methodstatic (Shared in Visual Basic)IsNotGood Returns true if the status is bad or uncertain.  
Public Methodstatic (Shared in Visual Basic)IsNotUncertain Returns true if the status is good or uncertain.  
Public Methodstatic (Shared in Visual Basic)IsUncertain Returns true if the status code is uncertain.  
Public Methodstatic (Shared in Visual Basic)LookupSymbolicId Looks up the symbolic name for a status code.  
Public MethodToLongString Returns a formatted string with the contents of exeception.  
Public MethodToString Converts the value to a human readable string.  
Top

Public Operators

public Operator Explicit Type Conversion Converts a StatusCode object to a 32-bit code.
public Operator Implicit Type Conversion Overloaded.  Converts a 32-bit code a ServiceResult object.
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.