OPC Labs EasyOPC-UA Library
UAResultException Interface Members
OpcLabs_EasyOpcUA ActiveX DLL > UAMethodOutputException Object : UAResultException Interface
Description
The exception that is thrown when an OPC UA result (return value or an argument) was not expected for the requested operation.

 

IID (Interface ID): dcb10b57-cd3f-46ed-8bb8-43d6f12f624b

 

For more information, see _UAResultException in .NET Reference.

Methods
Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns the Exception that is the root cause of one or more subsequent exceptions.

 

DISPID (Dispatch ID):

 

For more information, see GetBaseException in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

Sets the SerializationInfo with information about the exception.

 

DISPID (Dispatch ID):

 

For more information, see GetObjectData in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Properties
Gets a collection of key/value pairs that provide additional user-defined information about the exception.

 

DISPID (Dispatch ID):

 

For more information, see Data in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Gets or sets a link to the help file associated with this exception.

 

DISPID (Dispatch ID):

 

For more information, see HelpLink in .NET Reference.

Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
Gets the Exception instance that caused the current exception.

 

DISPID (Dispatch ID):

 

For more information, see InnerException in .NET Reference.

Gets a message that describes the current exception.

 

DISPID (Dispatch ID):

 

For more information, see Message in .NET Reference.

Gets or sets the name of the application or the object that causes the error.

 

DISPID (Dispatch ID):

 

For more information, see Source in .NET Reference.

Gets a string representation of the immediate frames on the call stack.

 

DISPID (Dispatch ID):

 

For more information, see StackTrace in .NET Reference.

Gets the method that throws the current exception.

 

DISPID (Dispatch ID):

 

For more information, see TargetSite in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

Remarks

For remarks, see _UAResultException in .NET Reference.

See Also

UAMethodOutputException Object