EasyUA Reference
ServiceResultException Constructor
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ServiceResultException Class : ServiceResultException Constructor

Glossary Item Box

Overload List

OverloadDescription
ServiceResultException Constructor() The default constructor.  
ServiceResultException Constructor(String) Initializes the exception with a message.  
ServiceResultException Constructor(Exception,UInt32) Initializes the exception with a message and an exception.  
ServiceResultException Constructor(String,Exception) Initializes the exception with a message and an exception.  
ServiceResultException Constructor(UInt32) Initializes the exception with a status code.  
ServiceResultException Constructor(UInt32,String) Initializes the exception with a status code and a message.  
ServiceResultException Constructor(UInt32,Exception) Initializes the exception with a status code and an inner exception.  
ServiceResultException Constructor(UInt32,String,Exception) Initializes the exception with a status code, a message and an inner exception.  
ServiceResultException Constructor(ServiceResult) Initializes the exception with a Result object.  

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.