상속: DataException
예제 #1
0
 //���������� ���������� ������-��������������� ������ ������ ��� ������� ������� � DBNull
 private static void HandleStrongTypingException(StrongTypingException strongTypingException)
 {
     ShowExceptionDialog(strongTypingException, "������ � ������-�������������� ������ ������. " + NotAllowedExceptionMessage, "����������� ���� ������ ��������", MessageBoxIcon.Information, true);
 }