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
Afficher le fichier Open project: googleapis/gax-dotnet

Méthodes publiques

Méthode Description
ResourceMismatchException ( string message ) : System

Constructs a new instance of the exception.

Method Details

ResourceMismatchException() public méthode

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