public class ResourceMismatchException : Exception, ISerializableException used to indicate that an attempt was made to get or create a resource, and the retrieved resource did not match the expected constraints.
Implements
ISerializableNamespace
Google.Api.GaxAssembly
Google.Api.Gax.dll
Constructors
ResourceMismatchException(string)
public ResourceMismatchException(string message)Constructs a new instance of the exception.
| Parameter | |
|---|---|
| Name | Description |
message |
stringThe error message for the exception. |