C# Class 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.
Inheritance: System.Exception
Datei anzeigen Open project: googleapis/gax-dotnet

Public Methods

Method Description
ResourceMismatchException ( string message ) : System

Constructs a new instance of the exception.

Method Details

ResourceMismatchException() public method

Constructs a new instance of the exception.
public ResourceMismatchException ( string message ) : System
message string The error message for the exception.
return System