C# Класс GoogleCloudSamples.ErrorReportingSample

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Main ( string args ) : void

Приватные методы

Метод Описание
CreateErrorReportingClient ( ) : ClouderrorreportingService

Create the Error Reporting service (ClouderrorreportingService) with the Application Default Credentials and the proper scopes. See: https://developers.google.com/identity/protocols/application-default-credentials.

CreateReportRequest ( Exception e ) : ReportRequest

Creates a ReportRequest from a given exception.

report ( Exception e ) : void

Report an exception to the Error Reporting service.

Описание методов

Main() публичный статический Метод

public static Main ( string args ) : void
args string
Результат void