public class OrderingKeyInErrorStateException : InvalidOperationException, ISerializableReference documentation and code samples for the Cloud Pub/Sub v1 API class OrderingKeyInErrorStateException.
Exception thrown when publishing a message with an ordering key that is in an error state.
Inheritance
Object > Exception > SystemException > InvalidOperationException > OrderingKeyInErrorStateExceptionImplements
ISerializableNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
OrderingKeyInErrorStateException(String)
public OrderingKeyInErrorStateException(string orderingKey)Construct an OrderingKeyInErrorStateException instance.
| Parameter | |
|---|---|
| Name | Description | 
orderingKey | 
        StringThe ordering key that is in an error state.  |