Name | Description | |
---|---|---|
![]() | ServiceResult Constructor | Overloaded. |
The following tables list the members exposed by ServiceResult.
Name | Description | |
---|---|---|
![]() | ServiceResult Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | AdditionalInfo | Additional diagnostic/debugging information associated with the operation. |
![]() | Code | The status code associated with the result. |
![]() ![]() | Good | A result representing a good status. |
![]() | InnerResult | Nested error information. |
![]() | LocalizedText | The localized description for the status code. |
![]() | NamespaceUri | The namespace that qualifies symbolic identifier. |
![]() | StatusCode | The status code associated with the result. |
![]() | SymbolicId | The qualified name of the symbolic identifier associated with the status code. |
Name | Description | |
---|---|---|
![]() ![]() | BuildExceptionTrace | Returns a string containing all nested exceptions. |
![]() ![]() | Create | Overloaded. 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 | Looks up the symbolic name for a status code. |
![]() | ToLongString | Returns a formatted string with the contents of exception. |
![]() | ToString | Returns a string that represents the current object. |
![]() | Converts a StatusCode object to a 32-bit code. |
![]() | Overloaded. Converts a 32-bit code a ServiceResult object. |