Gurux.DLMS.GXDLMSException.GXDLMSException C# (CSharp) Method

GXDLMSException() private method

Constructor for AARE error.
private GXDLMSException ( AssociationResult result, SourceDiagnostic diagnostic ) : System
result AssociationResult
diagnostic SourceDiagnostic
return System
        internal GXDLMSException(AssociationResult result, SourceDiagnostic diagnostic)
            : base("Connection is " + GetResult(result) + ". " + GetDiagnostic(diagnostic))
        {
            Result = result;
            Diagnostic = diagnostic;
        }

Same methods

GXDLMSException::GXDLMSException ( ConfirmedServiceError service, ServiceError type, byte value ) : System
GXDLMSException::GXDLMSException ( ExceptionStateError stateError, ExceptionServiceError serviceError ) : System
GXDLMSException::GXDLMSException ( int errCode ) : System
GXDLMSException::GXDLMSException ( string message ) : System