|
|
ibi Patterns .NET API
|
Loading...
Searching...
No Matches
NetricsServerInterface.NetricsRecSrcException Class Reference
Exceptions thrown by record sources. More...
Public Member Functions |
|
| NetricsRecSrcException (String desc) | |
| Create an exception with a description. |
|
| NetricsRecSrcException (String desc, Exception cause) | |
| Create an exception with a description and a cause. |
|
Detailed Description
Exceptions thrown by record sources.
This exceptions are thrown by classes that implement NetricsBaseRecSrc (or any of it's derived interfaces).
Constructor & Destructor Documentation
◆ NetricsRecSrcException() [1/2]
|
inline |
Create an exception with a description.
- Parameters
-
desc The description.
◆ NetricsRecSrcException() [2/2]
|
inline |
Create an exception with a description and a cause.
- Parameters
-
desc The description. cause The cause.