| EnsureNotTException Method (Boolean, String) |
Namespace:
Dynamicweb.Core
Assembly:
Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax public static void Not<TException>(
bool condition,
string message = ""
)
where TException : Exception
Public Shared Sub Not(Of TException As Exception) (
condition As Boolean,
Optional message As String = ""
)
Parameters
- condition
- Type: SystemBoolean
- message (Optional)
- Type: SystemString
Type Parameters
- TException
See Also