uaPLUS Reference
ServiceResult Constructor(Exception,UInt32,String,String,LocalizedText)
See Also  Send Feedback
Opc.Ua Namespace > ServiceResult Class > ServiceResult Constructor : ServiceResult Constructor(Exception,UInt32,String,String,LocalizedText)

e
defaultCode
defaultSymbolicId
defaultNamespaceUri
defaultLocalizedText

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal e As Exception, _
   ByVal defaultCode As UInteger, _
   ByVal defaultSymbolicId As String, _
   ByVal defaultNamespaceUri As String, _
   ByVal defaultLocalizedText As LocalizedText _
)
C# 
public ServiceResult( 
   Exception e,
   uint defaultCode,
   string defaultSymbolicId,
   string defaultNamespaceUri,
   LocalizedText defaultLocalizedText
)

Parameters

e
defaultCode
defaultSymbolicId
defaultNamespaceUri
defaultLocalizedText

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.