uaPLUS Reference
Create(UInt32,Exception,String,Object[]) Method
See Also  Send Feedback
Opc.Ua Namespace > ServiceResultException Class > Create Method : Create(UInt32,Exception,String,Object[]) Method

code
e
format
args

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Create( _
   ByVal code As UInteger, _
   ByVal e As Exception, _
   ByVal format As String, _
   ByVal ParamArray args() As Object _
) As ServiceResultException
C# 
public static ServiceResultException Create( 
   uint code,
   Exception e,
   string format,
   params object[] args
)

Parameters

code
e
format
args

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

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