C# Класс Google.PowerShell.ComputeEngine.GoogleComputeOperationException

Container exception for Operation.ErrorData.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
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