Click or drag to resize

RaydimeMeterDeviceException Class

Thrown if an exception occurred on the RAYDIME METER Base Unit.
Inheritance Hierarchy
SystemObject
  SystemException
    RAYLASE.Marker.CommonRaydimeMeterException
      RAYLASE.Marker.CommonRaydimeMeterDeviceException

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

The RaydimeMeterDeviceException type exposes the following members.

Constructors
 NameDescription
Public methodRaydimeMeterDeviceExceptionInitializes a new instance of the Exception class.
Public methodRaydimeMeterDeviceException(String)Initializes a new instance of the Exception class with a specified error message.
Public methodRaydimeMeterDeviceException(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