EasyUA Reference
Create(StatusCode,Int32,DiagnosticInfoCollection,IList<String>) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ServiceResultException Class > Create Method : Create(StatusCode,Int32,DiagnosticInfoCollection,IList<String>) Method

code
index
diagnosticInfos
stringTable

Glossary Item Box

Creates a new instance of a ServiceResultException

Syntax

Visual Basic (Usage)Copy Code
Dim code As StatusCode
Dim index As Integer
Dim diagnosticInfos As DiagnosticInfoCollection
Dim stringTable As IList(Of String)
Dim value As ServiceResultException
 
value = ServiceResultException.Create(code, index, diagnosticInfos, stringTable)

Parameters

code
index
diagnosticInfos
stringTable

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.