Click or drag to resize

Assert Methods

The Assert type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsNotNullT
Throws ArgumentNullException if the object is null.
Public methodStatic memberIsNotNullOrWhiteSpace
Throws ArgumentException if the string is null or empty.
Public methodStatic memberIsNotObjectIdNull
Throws eNullObjectId if the ObjectId is null.
Top
See Also