.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaBase.StatusException Class Reference

An exception generated by a service or operation. More...

Inherits ApplicationException.

Public Member Functions

 StatusException (StatusCode status)
 Initializes a new instance of the StatusException class. More...
 
 StatusException (uint code, string message, params object[] args)
 Initializes a new instance of the StatusException class. More...
 
 StatusException (Exception e, uint defaultCode)
 Initializes a new instance of the StatusException class. More...
 
 StatusException (Exception e, uint defaultCode, string message, params object[] args)
 Initializes a new instance of the StatusException class. More...
 

Properties

StatusCode StatusCode [get]
 Gets the status code. More...
 
string SymbolicId [get]
 Gets the symbolic id. More...
 
string NamespaceUri [get]
 Gets the namespace URI. More...
 
LocalizedText LocalizedText [get]
 Gets the localized text. More...
 
string AdditionalInfo [get]
 Gets the additional info. More...
 
StatusCode InnerStatus [get]
 Gets the inner status. More...
 

Detailed Description

An exception generated by a service or operation.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.StatusException.StatusException ( StatusCode  status)
inline

Initializes a new instance of the StatusException class.

Parameters
statusThe status.
UnifiedAutomation.UaBase.StatusException.StatusException ( uint  code,
string  message,
params object[]  args 
)
inline

Initializes a new instance of the StatusException class.

Parameters
codeThe code.
messageThe message.
argsThe args.
UnifiedAutomation.UaBase.StatusException.StatusException ( Exception  e,
uint  defaultCode 
)
inline

Initializes a new instance of the StatusException class.

Parameters
eThe e.
defaultCodeThe default code.
UnifiedAutomation.UaBase.StatusException.StatusException ( Exception  e,
uint  defaultCode,
string  message,
params object[]  args 
)
inline

Initializes a new instance of the StatusException class.

Parameters
eThe e.
defaultCodeThe default code.
messageThe message.
argsThe args.

Property Documentation

string UnifiedAutomation.UaBase.StatusException.AdditionalInfo
get

Gets the additional info.

StatusCode UnifiedAutomation.UaBase.StatusException.InnerStatus
get

Gets the inner status.

LocalizedText UnifiedAutomation.UaBase.StatusException.LocalizedText
get

Gets the localized text.

The localized text.

string UnifiedAutomation.UaBase.StatusException.NamespaceUri
get

Gets the namespace URI.

The namespace URI.

StatusCode UnifiedAutomation.UaBase.StatusException.StatusCode
get

Gets the status code.

The status code.

string UnifiedAutomation.UaBase.StatusException.SymbolicId
get

Gets the symbolic id.

The symbolic id.


The documentation for this class was generated from the following file: