public class OrderingKeyInErrorStateException : InvalidOperationException, ISerializable
Reference 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 |
string The ordering key that is in an error state. |