C# Class Google.PowerShell.ComputeEngine.GoogleComputeOperationException

Container exception for Operation.ErrorData.
Inheritance: System.Exception
Datei anzeigen Open project: GoogleCloudPlatform/google-cloud-powershell

Public Methods

Method Description
GoogleComputeOperationException ( System.Operation errorData ) : System
GoogleComputeOperationException ( string message, System.Operation errorData ) : System

Private Methods

Method Description
GetErrorMessaage ( System.Operation errorData ) : string

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

Method Details

GoogleComputeOperationException() public method

public GoogleComputeOperationException ( System.Operation errorData ) : System
errorData System.Operation
return System

GoogleComputeOperationException() public method

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