Raydime |
public class RaydimeMeterException : Exception
The RaydimeMeterException type exposes the following members.
| Name | Description | |
|---|---|---|
| RaydimeMeterException | Initializes a new instance of the RaydimeMeterException class | |
| RaydimeMeterException(String) | Initializes a new instance of the Exception class with a specified error message. | |
| RaydimeMeterException(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. | |
| RaydimeMeterName | Name of the RAYDIME METER causing the exception. |
| 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) |