C# 클래스 Google.PowerShell.ComputeEngine.GoogleComputeOperationException

Container exception for Operation.ErrorData.
상속: System.Exception
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-powershell

공개 메소드들

메소드 설명
GoogleComputeOperationException ( System.Operation errorData ) : System
GoogleComputeOperationException ( string message, System.Operation errorData ) : System

비공개 메소드들

메소드 설명
GetErrorMessaage ( System.Operation errorData ) : string

Gets the first error message, or "Unknown error" if there is none.

메소드 상세

GoogleComputeOperationException() 공개 메소드

public GoogleComputeOperationException ( System.Operation errorData ) : System
errorData System.Operation
리턴 System

GoogleComputeOperationException() 공개 메소드

public GoogleComputeOperationException ( string message, System.Operation errorData ) : System
message string
errorData System.Operation
리턴 System