OPCDA.NET Reference Manual
BGException Constructor(Int32,String)
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > BGException Class > BGException Constructor : BGException Constructor(Int32,String)

rtc
HRESULTS error code
emsg

Glossary Item Box

Throws an exception of type BGException with the HRESULT error code and error message

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal rtc As Integer, _
   ByVal emsg As String _
)
C# 
public BGException( 
   int rtc,
   string emsg
)

Parameters

rtc
HRESULTS error code
emsg

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.