C# 클래스 GoogleCloudSamples.ErrorReportingSample

파일 보기 프로젝트 열기: GoogleCloudPlatform/dotnet-docs-samples 1 사용 예제들

공개 메소드들

메소드 설명
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