EasyUA Reference
Create(UInt32,String,Object[]) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ServiceResultException Class > Create Method : Create(UInt32,String,Object[]) Method

code
format
args

Glossary Item Box

Creates a new instance of a ServiceResultException

Syntax

Visual Basic (Usage)Copy Code
Dim code As UInteger
Dim format As String
Dim args() As Object
Dim value As ServiceResultException
 
value = ServiceResultException.Create(code, format, args)
C# 
public static ServiceResultException Create( 
   uint code,
   string format,
   params object[] args
)

Parameters

code
format
args

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.