Class OrderingKeyInErrorStateException (3.2.0)

public class OrderingKeyInErrorStateException : InvalidOperationException, ISerializable

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.