Google Apps Security and Compliance Services Web Services Manual do Utilizador Página 32

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 70
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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;
}
Vista de página 31
1 2 ... 27 28 29 30 31 32 33 34 35 36 37 ... 69 70

Comentários a estes Manuais

Sem comentários