Class ResourceMismatchException (4.8.0)

public class ResourceMismatchException : Exception, ISerializable

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

object > Exception > ResourceMismatchException

Implements

ISerializable

Namespace

Google.Api.Gax

Assembly

Google.Api.Gax.dll

Constructors

ResourceMismatchException(string)

public ResourceMismatchException(string message)

Constructs a new instance of the exception.

Parameter
Name Description
message string

The error message for the exception.