C# 클래스 GoogleCloudExtension.Utils.ErrorHandlerUtils

This class implements an event handler for the exceptions that escape the given Action.
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
HandleExceptions ( System.Action action ) : void

Runs the given Action and handles all non-critical exceptions by showing an error dialog to the user. If the exception is critical, as determiend by ErrorHandler.IsCriticalException(Exception) then it is re-thrown as this could be that the process is not in a good state to continue executing.

메소드 상세

HandleExceptions() 공개 정적인 메소드

Runs the given Action and handles all non-critical exceptions by showing an error dialog to the user. If the exception is critical, as determiend by ErrorHandler.IsCriticalException(Exception) then it is re-thrown as this could be that the process is not in a good state to continue executing.
public static HandleExceptions ( System.Action action ) : void
action System.Action
리턴 void