Opc.Ua.ServiceResult.ServiceResult C# (CSharp) Method

ServiceResult() public method

Constructs a object from an exception.
The defaultCode and defaultLocalizedText parameters are ignored for ServiceResultExceptions.
public ServiceResult ( Exception exception, uint defaultCode, Opc.Ua.LocalizedText defaultLocalizedText ) : System
exception System.Exception
defaultCode uint
defaultLocalizedText Opc.Ua.LocalizedText
return System
        public ServiceResult(
            Exception     exception,
            uint          defaultCode,
            LocalizedText defaultLocalizedText)
        :
            this(exception, defaultCode, null, null, defaultLocalizedText)
        {
        }
        

Same methods

ServiceResult::ServiceResult ( ) : System
ServiceResult::ServiceResult ( Exception exception ) : System
ServiceResult::ServiceResult ( Exception exception, uint defaultCode ) : System
ServiceResult::ServiceResult ( Exception exception, uint defaultCode, string defaultSymbolicId, string defaultNamespaceUri ) : System
ServiceResult::ServiceResult ( Exception e, uint defaultCode, string defaultSymbolicId, string defaultNamespaceUri, Opc.Ua.LocalizedText defaultLocalizedText ) : System
ServiceResult::ServiceResult ( Opc.Ua.StatusCode status ) : System
ServiceResult::ServiceResult ( Opc.Ua.StatusCode code, DiagnosticInfo diagnosticInfo, IList stringTable ) : System
ServiceResult::ServiceResult ( Opc.Ua.StatusCode code, Exception innerException ) : System
ServiceResult::ServiceResult ( Opc.Ua.StatusCode code, Opc.Ua.LocalizedText localizedText ) : System
ServiceResult::ServiceResult ( Opc.Ua.StatusCode code, Opc.Ua.LocalizedText localizedText, Exception innerException ) : System
ServiceResult::ServiceResult ( Opc.Ua.StatusCode code, ServiceResult innerResult ) : System
ServiceResult::ServiceResult ( Opc.Ua.StatusCode code, XmlQualifiedName symbolicId, Opc.Ua.LocalizedText localizedText ) : System
ServiceResult::ServiceResult ( Opc.Ua.StatusCode code, int index, DiagnosticInfoCollection diagnosticInfos, IList stringTable ) : System
ServiceResult::ServiceResult ( Opc.Ua.StatusCode code, string symbolicId, string namespaceUri ) : System
ServiceResult::ServiceResult ( Opc.Ua.StatusCode code, string symbolicId, string namespaceUri, Exception innerException ) : System
ServiceResult::ServiceResult ( Opc.Ua.StatusCode code, string symbolicId, string namespaceUri, Opc.Ua.LocalizedText localizedText ) : System
ServiceResult::ServiceResult ( Opc.Ua.StatusCode code, string symbolicId, string namespaceUri, Opc.Ua.LocalizedText localizedText, Exception innerException ) : System
ServiceResult::ServiceResult ( Opc.Ua.StatusCode code, string symbolicId, string namespaceUri, Opc.Ua.LocalizedText localizedText, string additionalInfo ) : System
ServiceResult::ServiceResult ( Opc.Ua.StatusCode code, string symbolicId, string namespaceUri, Opc.Ua.LocalizedText localizedText, string additionalInfo, Exception innerException ) : System
ServiceResult::ServiceResult ( Opc.Ua.StatusCode code, string symbolicId, string namespaceUri, Opc.Ua.LocalizedText localizedText, string additionalInfo, ServiceResult innerResult ) : System
ServiceResult::ServiceResult ( uint code ) : System