Class ResourceMismatchException (4.3.1)

public class ResourceMismatchException : Exception, ISerializable, _Exception

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

Namespace

GoogleGoogle.ApiGax

Assembly

Google.Api.Gax.dll

Constructors

ResourceMismatchException(string)

public ResourceMismatchException(string message)

Constructs a new instance of the exception.

Parameter
NameDescription
messagestring

The error message for the exception.