Assert Methods |
The Assert type exposes the following members.
| Name | Description | |
|---|---|---|
| IsNotNullT |
Throws ArgumentNullException if the object is null.
| |
| IsNotNullOrWhiteSpace |
Throws ArgumentException if the string is null or empty.
| |
| IsNotObjectIdNull |
Throws eNullObjectId if the ObjectId is null.
|