Click or drag to resize

RaydimeMeterException Class

Thrown if there was an exception with the RAYDIME METER device during job execution.
Inheritance Hierarchy
SystemObject
  SystemException
    RAYLASE.Marker.CommonRaydimeMeterException
      RAYLASE.Marker.CommonRaydimeMeterDeviceException
      RAYLASE.Marker.CommonRaydimeMeterMeasurementException

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

The RaydimeMeterException type exposes the following members.

Constructors
 NameDescription
Public methodRaydimeMeterExceptionInitializes a new instance of the RaydimeMeterException class
Public methodRaydimeMeterException(String)Initializes a new instance of the Exception class with a specified error message.
Public methodRaydimeMeterException(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.
Public propertyRaydimeMeterName Name of the RAYDIME METER causing the exception.
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