C# Класс Google.Api.Gax.ResourceMismatchException

Exception used to indicate that an attempt was made to get or create a resource, and the retrieved resource did not match the expected constraints.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
ResourceMismatchException ( string message ) : System

Constructs a new instance of the exception.

Описание методов

ResourceMismatchException() публичный Метод

Constructs a new instance of the exception.
public ResourceMismatchException ( string message ) : System
message string The error message for the exception.
Результат System