QuickOPC User's Guide and Reference
ExceptionEventArgs Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib Namespace : ExceptionEventArgs Class
Contains information about an exception for an event.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.BaseLib.ComTypes._ExceptionEventArgs)>
<ComVisibleAttribute(True)>
<GuidAttribute("64D12C61-8438-40F2-A283-1B245BA964E7")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public Class ExceptionEventArgs 
   Inherits System.EventArgs
   Implements OpcLabs.BaseLib.ComTypes._ExceptionEventArgs, System.ICloneable 
'Usage
 
Dim instance As ExceptionEventArgs
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.ComTypes._ExceptionEventArgs)]
[ComVisible(true)]
[Guid("64D12C61-8438-40F2-A283-1B245BA964E7")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public class ExceptionEventArgs : System.EventArgs, OpcLabs.BaseLib.ComTypes._ExceptionEventArgs, System.ICloneable  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.ComTypes._ExceptionEventArgs)]
[ComVisible(true)]
[Guid("64D12C61-8438-40F2-A283-1B245BA964E7")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public ref class ExceptionEventArgs : public System.EventArgs, OpcLabs.BaseLib.ComTypes._ExceptionEventArgs, System.ICloneable  
Inheritance Hierarchy

System.Object
   System.EventArgs
      OpcLabs.BaseLib.ExceptionEventArgs
         OpcLabs.BaseLib.FailureEventArgs
         OpcLabs.EasyOpc.UA.PubSub.OperationModel.EasyUAResolverAccessEventArgs

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also