OPCDA.NET Reference Manual
ErrorsAsExecptions Property
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > OpcServer Class : ErrorsAsExecptions Property

Glossary Item Box

The property determines the error handling. If TRUE then all errors throw an exception. If false then most error are indicated in the HRESULT function value. A few methods return a data result and always throw an exception on errors.

Syntax

Visual Basic (Declaration) 
Public Property ErrorsAsExecptions As Boolean
C# 
public bool ErrorsAsExecptions {get; set;}

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.