Opc.Ua.Core
Create(Exception,TranslationInfo,UInt32) Method



Opc.Ua Namespace > ServiceResult Class > Create Method : Create(Exception,TranslationInfo,UInt32) Method
Creates a new instance of a ServiceResult
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal e As Exception, _
   ByVal translation As TranslationInfo, _
   ByVal defaultCode As UInteger _
) As ServiceResult
'Usage
 
Dim e As Exception
Dim translation As TranslationInfo
Dim defaultCode As UInteger
Dim value As ServiceResult
 
value = ServiceResult.Create(e, translation, defaultCode)

Parameters

e
translation
defaultCode
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServiceResult Class
ServiceResult Members
Overload List