コード例 #1
0
 private static void ThrowErrorMessageWithArguments(ITransactionContextBase context)
 {
     throw context.ErrorMessage("CUSTOM-ERROR-MESSAGE-{0}-{1}", "One", "Two");
 }
コード例 #2
0
 private static void ThrowErrorMessage(ITransactionContextBase context)
 {
     throw context.ErrorMessage("CUSTOM-ERROR-MESSAGE");
 }