Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

An exception thrown when a UA defined error occurs.

Namespace: Opc.Ua
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
[SerializableAttribute]
public class ServiceResultException : Exception
Visual Basic
<SerializableAttribute> _
Public Class ServiceResultException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class ServiceResultException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Opc.Ua..::..ServiceResultException

See Also