Raydime |
public class RaydimeMeterMeasurementException : RaydimeMeterException
The RaydimeMeterMeasurementException type exposes the following members.
| Name | Description | |
|---|---|---|
| RaydimeMeterMeasurementException | Initializes a new instance of the Exception class. | |
| RaydimeMeterMeasurementException(String) | Initializes a new instance of the Exception class with a specified error message. | |
| RaydimeMeterMeasurementException(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. |
| Name | Description | |
|---|---|---|
| Error |
Type of the error.
(Inherited from RaydimeMeterException) | |
| RaydimeMeterName |
Name of the RAYDIME METER causing the exception.
(Inherited from RaydimeMeterException) |
| Name | Description | |
|---|---|---|
| GetAllMessages |
Concatenates exception messages recursively through the inner exceptions.
(Defined by Extensions) | |
| GetAllStackTraces |
Concatenates exception stack traces recursively through the inner exceptions.
(Defined by Extensions) |