C# Класс Gurux.DLMS.GXDLMSException

DLMS specific exception class that has error description available from GetDescription method.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
GXDLMSException ( int errCode ) : System
GXDLMSException ( string message ) : System

Приватные методы

Метод Описание
GXDLMSException ( AssociationResult result, SourceDiagnostic diagnostic ) : System

Constructor for AARE error.

GXDLMSException ( ConfirmedServiceError service, ServiceError type, byte value ) : System

Constructor for Confirmed ServiceError.

GXDLMSException ( ExceptionStateError stateError, ExceptionServiceError serviceError ) : System

Constructor for AARE error.

GetConfirmedServiceError ( ConfirmedServiceError stateError ) : string
GetDiagnostic ( SourceDiagnostic diagnostic ) : string

Get diagnostic as a string.

GetResult ( AssociationResult result ) : string

Get resulat as a string.

GetServiceError ( ExceptionServiceError serviceError ) : string
GetServiceError ( ServiceError error ) : string
GetServiceErrorValue ( ServiceError error, byte value ) : string
GetStateError ( ExceptionStateError stateError ) : string

Описание методов

GXDLMSException() публичный Метод

public GXDLMSException ( int errCode ) : System
errCode int
Результат System

GXDLMSException() публичный Метод

public GXDLMSException ( string message ) : System
message string
Результат System