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

rtc
HRESULTS error code
emsg
Exception message
iex
Inner exception

Glossary Item Box

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

Syntax

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

Parameters

rtc
HRESULTS error code
emsg
Exception message
iex
Inner exception

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.