QuickOPC User's Guide and Reference
Empty Field (ExceptionEventArgs)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib Namespace > ExceptionEventArgs Class : Empty Field
Provides a value to use with events that do not have exception event data.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shadows Shared ReadOnly Empty As ExceptionEventArgs
'Usage
 
Dim value As ExceptionEventArgs
 
value = ExceptionEventArgs.Empty
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public new static readonly ExceptionEventArgs Empty
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
new static readonly ExceptionEventArgs^ Empty
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