Public Member Functions | |
| BiostatisticsException (string sMessage) | |
| Constructor for the BiostatisticsException object. | |
| BiostatisticsException (string sMessage, Exception exceptionInner) | |
| Constructor for the BiostatisticsException object. | |
Definition at line 11 of file BiostatisticsException.cs.
| StephenAshley.Biostatistics.BiostatisticsException.BiostatisticsException | ( | string | sMessage | ) |
Constructor for the BiostatisticsException object.
| sMessage | The exception message. |
Definition at line 18 of file BiostatisticsException.cs.
| StephenAshley.Biostatistics.BiostatisticsException.BiostatisticsException | ( | string | sMessage, | |
| Exception | exceptionInner | |||
| ) |
Constructor for the BiostatisticsException object.
| sMessage | The exception message. | |
| exceptionInner | The inner exception. |
Definition at line 26 of file BiostatisticsException.cs.
1.5.9