Exemplo n.º 1
0
 /// <summary>
 /// Always fail, with the given <paramref name="message"/>.
 /// </summary>
 public static void Fail(string message)
 {
     RequireNotNull(message, nameof(message));
     GenericContract <FulcrumContractException> .Fail(message);
 }