Property | Type | Description | |
---|---|---|---|
LookupString | string | ||
ServiceResult | System |
Method | Description | |
---|---|---|
BuildExceptionTrace ( |
Returns a string containing all nested exceptions.
|
|
Create ( |
Creates a new instance of a ServiceResult
|
|
Create ( |
Creates a new instance of a ServiceResult
|
|
Create ( uint code, |
Creates a new instance of a ServiceResult
|
|
Create ( uint code, string format ) : |
Creates a new instance of a ServiceResult
|
|
IsBad ( |
Returns true if the status code is bad.
|
|
IsGood ( |
Returns true if the status code is good.
|
|
IsNotBad ( |
Returns true if the status is good or uncertain.
|
|
IsNotGood ( |
Returns true if the status is bad or uncertain.
|
|
IsNotUncertain ( |
Returns true if the status is good or uncertain.
|
|
IsUncertain ( |
Returns true if the status code is uncertain.
|
|
LookupSymbolicId ( uint code ) : string |
Looks up the symbolic name for a status code.
|
|
ServiceResult ( |
Constructs a object from an exception.
|
|
ServiceResult ( |
Constructs a object from an exception. The code parameter is ignored for ServiceResultExceptions. |
|
ServiceResult ( |
Constructs a object from an exception. The defaultCode and defaultLocalizedText parameters are ignored for ServiceResultExceptions. |
|
ServiceResult ( |
Constructs a object from an exception. The code, symbolicId and namespaceUri parameters are ignored for ServiceResultExceptions. |
|
ServiceResult ( |
Constructs a object from an exception. The code, symbolicId, namespaceUri and localizedText parameters are ignored for ServiceResultExceptions. |
|
ServiceResult ( Opc.Ua.StatusCode status ) : System |
Constructs a object from a StatusCode.
|
|
ServiceResult ( Opc.Ua.StatusCode code, DiagnosticInfo diagnosticInfo, IList |
Initializes the object with a status code and a diagnostic info structure.
|
|
ServiceResult ( Opc.Ua.StatusCode code, |
Constructs a object by specifying each property. The innerException is used to construct the innerResult. |
|
ServiceResult ( Opc.Ua.StatusCode code, Opc.Ua.LocalizedText localizedText ) : System |
Constructs a object by specifying each property.
|
|
ServiceResult ( Opc.Ua.StatusCode code, Opc.Ua.LocalizedText localizedText, |
Constructs a object by specifying each property. The innerException is used to construct the innerResult. |
|
ServiceResult ( Opc.Ua.StatusCode code, |
Constructs a object by specifying each property.
|
|
ServiceResult ( Opc.Ua.StatusCode code, |
Constructs a object by specifying each property.
|
|
ServiceResult ( Opc.Ua.StatusCode code, int index, DiagnosticInfoCollection diagnosticInfos, IList |
Initializes the object with a status code and a diagnostic info structure.
|
|
ServiceResult ( Opc.Ua.StatusCode code, string symbolicId, string namespaceUri ) : System |
Constructs a object by specifying each property.
|
|
ServiceResult ( Opc.Ua.StatusCode code, string symbolicId, string namespaceUri, |
Constructs a object by specifying each property. The innerException is used to construct the innerResult. |
|
ServiceResult ( Opc.Ua.StatusCode code, string symbolicId, string namespaceUri, Opc.Ua.LocalizedText localizedText ) : System |
Constructs a object by specifying each property.
|
|
ServiceResult ( Opc.Ua.StatusCode code, string symbolicId, string namespaceUri, Opc.Ua.LocalizedText localizedText, |
Constructs a object by specifying each property. The innerException is used to construct the innerResult. |
|
ServiceResult ( Opc.Ua.StatusCode code, string symbolicId, string namespaceUri, Opc.Ua.LocalizedText localizedText, string additionalInfo ) : System |
Constructs a object by specifying each property.
|
|
ServiceResult ( Opc.Ua.StatusCode code, string symbolicId, string namespaceUri, Opc.Ua.LocalizedText localizedText, string additionalInfo, |
Constructs a object by specifying each property. The innerException is used to construct the inner result. |
|
ServiceResult ( Opc.Ua.StatusCode code, string symbolicId, string namespaceUri, Opc.Ua.LocalizedText localizedText, string additionalInfo, |
Constructs a object by specifying each property.
|
|
ServiceResult ( uint code ) : System |
Constructs a object from a StatusCode.
|
|
ToLongString ( ) : string |
Returns a formatted string with the contents of exeception.
|
|
ToString ( ) : string |
Converts the value to a human readable string.
|
Method | Description | |
---|---|---|
LookupString ( IList |
Looks up a string in a string table.
|
|
ServiceResult ( ) : System |
Initializes the object with default values.
|
public static BuildExceptionTrace ( |
||
exception | ||
return | string |
public static Create ( |
||
e | ||
translation | ||
defaultCode | uint | |
return |
public static Create ( |
||
e | ||
defaultCode | uint | |
format | string | |
return |
public static Create ( uint code, |
||
code | uint | |
translation | ||
return |
public static Create ( uint code, string format ) : |
||
code | uint | |
format | string | |
return |
public static IsBad ( |
||
status | ||
return | bool |
public static IsGood ( |
||
status | ||
return | bool |
public static IsNotBad ( |
||
status | ||
return | bool |
public static IsNotGood ( |
||
status | ||
return | bool |
public static IsNotUncertain ( |
||
status | ||
return | bool |
public static IsUncertain ( |
||
status | ||
return | bool |
public static LookupSymbolicId ( uint code ) : string | ||
code | uint | |
return | string |
public ServiceResult ( |
||
exception | ||
return | System |
public ServiceResult ( |
||
exception | ||
defaultCode | uint | |
return | System |
public ServiceResult ( |
||
exception | ||
defaultCode | uint | |
defaultLocalizedText | Opc.Ua.LocalizedText | |
return | System |
public ServiceResult ( |
||
exception | ||
defaultCode | uint | |
defaultSymbolicId | string | |
defaultNamespaceUri | string | |
return | System |
public ServiceResult ( |
||
e | ||
defaultCode | uint | |
defaultSymbolicId | string | |
defaultNamespaceUri | string | |
defaultLocalizedText | Opc.Ua.LocalizedText | |
return | System |
public ServiceResult ( Opc.Ua.StatusCode status ) : System | ||
status | Opc.Ua.StatusCode | |
return | System |
public ServiceResult ( Opc.Ua.StatusCode code, DiagnosticInfo diagnosticInfo, IList |
||
code | Opc.Ua.StatusCode | |
diagnosticInfo | DiagnosticInfo | |
stringTable | IList |
|
return | System |
public ServiceResult ( Opc.Ua.StatusCode code, |
||
code | Opc.Ua.StatusCode | |
innerException | ||
return | System |
public ServiceResult ( Opc.Ua.StatusCode code, Opc.Ua.LocalizedText localizedText ) : System | ||
code | Opc.Ua.StatusCode | |
localizedText | Opc.Ua.LocalizedText | |
return | System |
public ServiceResult ( Opc.Ua.StatusCode code, Opc.Ua.LocalizedText localizedText, |
||
code | Opc.Ua.StatusCode | |
localizedText | Opc.Ua.LocalizedText | |
innerException | ||
return | System |
public ServiceResult ( Opc.Ua.StatusCode code, |
||
code | Opc.Ua.StatusCode | |
innerResult | ||
return | System |
public ServiceResult ( Opc.Ua.StatusCode code, |
||
code | Opc.Ua.StatusCode | |
symbolicId | ||
localizedText | Opc.Ua.LocalizedText | |
return | System |
public ServiceResult ( Opc.Ua.StatusCode code, int index, DiagnosticInfoCollection diagnosticInfos, IList |
||
code | Opc.Ua.StatusCode | |
index | int | |
diagnosticInfos | DiagnosticInfoCollection | |
stringTable | IList |
|
return | System |
public ServiceResult ( Opc.Ua.StatusCode code, string symbolicId, string namespaceUri ) : System | ||
code | Opc.Ua.StatusCode | |
symbolicId | string | |
namespaceUri | string | |
return | System |
public ServiceResult ( Opc.Ua.StatusCode code, string symbolicId, string namespaceUri, |
||
code | Opc.Ua.StatusCode | |
symbolicId | string | |
namespaceUri | string | |
innerException | ||
return | System |
public ServiceResult ( Opc.Ua.StatusCode code, string symbolicId, string namespaceUri, Opc.Ua.LocalizedText localizedText ) : System | ||
code | Opc.Ua.StatusCode | |
symbolicId | string | |
namespaceUri | string | |
localizedText | Opc.Ua.LocalizedText | |
return | System |
public ServiceResult ( Opc.Ua.StatusCode code, string symbolicId, string namespaceUri, Opc.Ua.LocalizedText localizedText, |
||
code | Opc.Ua.StatusCode | |
symbolicId | string | |
namespaceUri | string | |
localizedText | Opc.Ua.LocalizedText | |
innerException | ||
return | System |
public ServiceResult ( Opc.Ua.StatusCode code, string symbolicId, string namespaceUri, Opc.Ua.LocalizedText localizedText, string additionalInfo ) : System | ||
code | Opc.Ua.StatusCode | |
symbolicId | string | |
namespaceUri | string | |
localizedText | Opc.Ua.LocalizedText | |
additionalInfo | string | |
return | System |
public ServiceResult ( Opc.Ua.StatusCode code, string symbolicId, string namespaceUri, Opc.Ua.LocalizedText localizedText, string additionalInfo, |
||
code | Opc.Ua.StatusCode | |
symbolicId | string | |
namespaceUri | string | |
localizedText | Opc.Ua.LocalizedText | |
additionalInfo | string | |
innerException | ||
return | System |
public ServiceResult ( Opc.Ua.StatusCode code, string symbolicId, string namespaceUri, Opc.Ua.LocalizedText localizedText, string additionalInfo, |
||
code | Opc.Ua.StatusCode | |
symbolicId | string | |
namespaceUri | string | |
localizedText | Opc.Ua.LocalizedText | |
additionalInfo | string | |
innerResult | ||
return | System |