Google Apps Security and Compliance Services Web Services Instrukcja Użytkownika Strona 32

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 70
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 31
30 Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5
//Display the web service output
MessageBox.Show("Successfully added new user.");
}
catch (System.Web.Services.Protocols.SoapException ex)
{
String realSoapExceptionName =
ex.Detail.FirstChild.LocalName;
String realSoapExceptionMessage =
ex.Detail.FirstChild.InnerText;
MessageBox.Show("Unable to add new user - unexpected exception
'" + realSoapExceptionName + "' - " +
realSoapExceptionMessage);
return;
}
Przeglądanie stron 31
1 2 ... 27 28 29 30 31 32 33 34 35 36 37 ... 69 70

Komentarze do niniejszej Instrukcji

Brak uwag