EasyUA Reference
ServiceResult Constructor(StatusCode,Exception)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ServiceResult Class > ServiceResult Constructor : ServiceResult Constructor(StatusCode,Exception)

code
innerException

Glossary Item Box

Constructs a object by specifying each property.

Syntax

Visual Basic (Usage)Copy Code
Dim code As StatusCode
Dim innerException As Exception
 
Dim instance As New ServiceResult(code, innerException)
C# 
public ServiceResult( 
   StatusCode code,
   Exception innerException
)

Parameters

code
innerException

Remarks

The innerException is used to construct the innerResult.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.