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

exception
defaultCode
defaultSymbolicId
defaultNamespaceUri

Glossary Item Box

Syntax

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

Parameters

exception
defaultCode
defaultSymbolicId
defaultNamespaceUri

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.