Click or drag to resize
Exceptions Methods

[This is preliminary documentation and is subject to change.]

The Exceptions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberThrowAllTException
Specifies a conditions and throws an exception with the provided message if all conditions are true.
Public methodStatic memberThrowAnyTException
Specifies a conditions and throws an exception with the provided message if any of the conditions is true.
Public methodStatic memberThrowIfTException(Boolean)
Specifies a condition and throws an exception with the provided message if the condition is true.
Public methodStatic memberThrowIfTException(Boolean, Object)
Specifies a condition and throws an exception with the provided message if the condition is true.
Public methodStatic memberThrowIfTException(Boolean, String)
Specifies a condition and throws an exception with the provided message if the condition is true.
Public methodStatic memberThrowIfTException(Boolean, String, String)
Specifies a condition and throws an exception with the provided message if the condition is true.
Top
See Also