Show / Hide Table of Contents

Class SRAmqp

A strongly-typed resource class, for looking up localized strings, etc.

Inheritance
System.Object
SRAmqp
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Amqp
Assembly: Amqp.Net.dll
Syntax
public class SRAmqp

Properties

AmqpChannelNotFound

Looks up a localized string similar to The session channel '{0}' cannot be found..

Declaration
public static string AmqpChannelNotFound { get; }
Property Value
Type Description
System.String

AmqpHandleExceeded

Looks up a localized string similar to Cannot allocate more handles. The maximum number of handles is {0}..

Declaration
public static string AmqpHandleExceeded { get; }
Property Value
Type Description
System.String

AmqpHandleInUse

Looks up a localized string similar to The handle '{0}' is already allocated for '{1}'..

Declaration
public static string AmqpHandleInUse { get; }
Property Value
Type Description
System.String

AmqpHandleNotFound

Looks up a localized string similar to The link handle '{0}' cannot be found in session '{1}'..

Declaration
public static string AmqpHandleNotFound { get; }
Property Value
Type Description
System.String

AmqpIllegalOperationState

Looks up a localized string similar to Operation '{0}' is not valid under state: {1}..

Declaration
public static string AmqpIllegalOperationState { get; }
Property Value
Type Description
System.String

AmqpInvalidFormatCode

Looks up a localized string similar to The format code '{0}' at frame buffer offset '{1}' is invalid..

Declaration
public static string AmqpInvalidFormatCode { get; }
Property Value
Type Description
System.String

AmqpOperationNotSupported

Looks up a localized string similar to {0} is not supported over AMQP..

Declaration
public static string AmqpOperationNotSupported { get; }
Property Value
Type Description
System.String

AmqpTimeout

Looks up a localized string similar to The operation {0} did not complete within the allocated time {1} for object {2}..

Declaration
public static string AmqpTimeout { get; }
Property Value
Type Description
System.String

AmqpUnknownDescriptor

Looks up a localized string similar to The descriptor {0} is unknown..

Declaration
public static string AmqpUnknownDescriptor { get; }
Property Value
Type Description
System.String

DeliveryLimitExceeded

Looks up a localized string similar to There is no credit to accept a new delivery (id={0}) on the link..

Declaration
public static string DeliveryLimitExceeded { get; }
Property Value
Type Description
System.String

EncodingTypeNotSupported

Looks up a localized string similar to The type '{0}' is not a valid AMQP type and cannot be encoded..

Declaration
public static string EncodingTypeNotSupported { get; }
Property Value
Type Description
System.String

InvalidAddressFormat

Looks up a localized string similar to The address is not correctly formatted..

Declaration
public static string InvalidAddressFormat { get; }
Property Value
Type Description
System.String

InvalidDeliveryIdOnTransfer

Looks up a localized string similar to transfer.delivery-id {0} is invalid (expect: {1}).

Declaration
public static string InvalidDeliveryIdOnTransfer { get; }
Property Value
Type Description
System.String

InvalidFrameSize

Looks up a localized string similar to Invalid frame size:{0}, maximum frame size:{1}..

Declaration
public static string InvalidFrameSize { get; }
Property Value
Type Description
System.String

InvalidMapCount

Looks up a localized string similar to The map count {0} is invalid. It must be an even number..

Declaration
public static string InvalidMapCount { get; }
Property Value
Type Description
System.String

InvalidMapKeyType

Looks up a localized string similar to The key type {0} is invalid. The map key is restricted to {1}..

Declaration
public static string InvalidMapKeyType { get; }
Property Value
Type Description
System.String

InvalidSequenceNumberComparison

Looks up a localized string similar to Comparison of {0} and {1} is invalid because the result is undefined..

Declaration
public static string InvalidSequenceNumberComparison { get; }
Property Value
Type Description
System.String

LinkNotFound

Looks up a localized string similar to The link name {0} in the received attach cannot be found..

Declaration
public static string LinkNotFound { get; }
Property Value
Type Description
System.String

SaslNegoFailed

Looks up a localized string similar to Sasl negotiation failed with code {0}..

Declaration
public static string SaslNegoFailed { get; }
Property Value
Type Description
System.String

TransportClosed

Looks up a localized string similar to The transport '{0}' is closed..

Declaration
public static string TransportClosed { get; }
Property Value
Type Description
System.String

WindowViolation

Looks up a localized string similar to There is no window to accept an incoming transfer (incoming-id={0})..

Declaration
public static string WindowViolation { get; }
Property Value
Type Description
System.String
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX