Class ResourceMismatchException (4.4.0)

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

Google.Api.Gax

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.