Click or drag to resize

ContractRequiresMessage Method

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

Overload List
  NameDescription
Public methodStatic memberRequiresMessage(Boolean, FuncString, String)
Specifies a precondition contract for the enclosing method or property, and displays a message if the condition for the contract fails.
Public methodStatic memberRequiresMessage(Boolean, String, String)
Specifies a precondition contract for the enclosing method or property, and displays a message if the condition for the contract fails.
Public methodStatic memberRequiresMessage(Boolean, FuncString, String, String, String)
Specifies a precondition contract for the enclosing method or property, and displays a message if the condition for the contract fails.
Public methodStatic memberRequiresMessage(Boolean, FuncString, String, String, String, String, String)
Specifies a precondition contract for the enclosing method or property, and displays a message if the condition for the contract fails.
Top
See Also