Class OrderingKeyInErrorStateException (2.3.0)

public class OrderingKeyInErrorStateException : InvalidOperationException, ISerializable, _Exception

Exception thrown when publishing a message with an ordering key that is in an error state.

Inheritance

System.Object > System.Exception > System.SystemException > System.InvalidOperationException > OrderingKeyInErrorStateException

Implements

System.Runtime.Serialization.ISerializable, System.Runtime.InteropServices._Exception

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

OrderingKeyInErrorStateException(String)

public OrderingKeyInErrorStateException(string orderingKey)

Construct an OrderingKeyInErrorStateException instance.

Parameter
NameDescription
orderingKeySystem.String

The ordering key that is in an error state.