Click or drag to resize

RaydimeMeterMeasurementException Class

Thrown if the measurement is invalid.
Inheritance Hierarchy
SystemObject
  SystemException
    RAYLASE.Marker.CommonRaydimeMeterException
      RAYLASE.Marker.CommonRaydimeMeterMeasurementException

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.26.1
Syntax
C#
public class RaydimeMeterMeasurementException : RaydimeMeterException

The RaydimeMeterMeasurementException type exposes the following members.

Constructors
 NameDescription
Public methodRaydimeMeterMeasurementExceptionInitializes a new instance of the Exception class.
Public methodRaydimeMeterMeasurementException(String)Initializes a new instance of the Exception class with a specified error message.
Public methodRaydimeMeterMeasurementException(String, Exception)Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
Properties
 NameDescription
Public propertyError Type of the error.
(Inherited from RaydimeMeterException)
Public propertyRaydimeMeterName Name of the RAYDIME METER causing the exception.
(Inherited from RaydimeMeterException)
Top
Extension Methods
 NameDescription
Public Extension MethodGetAllMessages Concatenates exception messages recursively through the inner exceptions.
(Defined by Extensions)
Public Extension MethodGetAllStackTraces Concatenates exception stack traces recursively through the inner exceptions.
(Defined by Extensions)
Top
See Also