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.
Namespace
Google.Api.GaxAssembly
Google.Api.Gax.dll
Constructors
ResourceMismatchException(String)
public ResourceMismatchException(string message)
Constructs a new instance of the exception.
Type | Name | Description |
---|---|---|
String | message | The error message for the exception. |