QuickOPC User's Guide and Reference
Exception Property (_ConnectedConditionChangedEventArgs)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.OperationModel.ComTypes Namespace > _ConnectedConditionChangedEventArgs Interface : Exception Property
Gets the current exception. Contains null reference when no exception.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Property Exception As Exception
'Usage
 
Dim instance As _ConnectedConditionChangedEventArgs
Dim value As Exception
 
instance.Exception = value
 
value = instance.Exception
[CanBeNull()]
Exception Exception {get; set;}
[CanBeNull()]
property Exception^ Exception {
   Exception^ get();
   void set (    Exception^ value);
}
Remarks

Your application code should check the Exception first, before accessing the operation data properties.

If you only need to test that the operation has succeeded, you can also use the Succeeded property.

This property is not serialized into XML. Instead, ErrorMessage is serialized. Deserializing from XML creates a base Exception object with just the message.

Requirements

Target Platforms: .NET Framework: Windows 10, Windows Server 2012; .NET Core: Linux, macOS, Microsoft Windows

See Also

Reference

_ConnectedConditionChangedEventArgs Interface
_ConnectedConditionChangedEventArgs Members