Exemplo n.º 1
0
 // ���������� ���������� �������������� ������� NULL
 private static void HandleNoNullAllowedException(NoNullAllowedException noNullAllowedException)
 {
     ShowExceptionDialog(noNullAllowedException, "���������� �������� ���� ��������, ��� ��� �� ������ �������� � ����� ��� ���������� ����������� � ���������� �����. ��������� ����������� ���� � ��������� ��������.", "����������� ���� ������ ��������", MessageBoxIcon.Information, true);
 }
Exemplo n.º 2
0
 public void AfterThrowing(NoNullAllowedException ex)
 {
     var a = 0;
 }