Cloud Pub/Sub v1 API - Class OrderingKeyInErrorStateException (3.12.0)

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 > OrderingKeyInErrorStateException

Implements

ISerializable

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

OrderingKeyInErrorStateException(string)

public OrderingKeyInErrorStateException(string orderingKey)

Construct an OrderingKeyInErrorStateException instance.

Parameter
NameDescription
orderingKeystring

The ordering key that is in an error state.