Class Strings
A strongly-typed resource class, for looking up localized strings, etc.
Inheritance
Inherited Members
Namespace: Kephas.Messaging.Resources
Assembly: Kephas.Messaging.dll
Syntax
public class Strings
Properties
| Improve this Doc View SourceBrokeredMessageBuilder_ContentNullWhenNotReply_Exception
Looks up a localized string similar to The content message may be null only for replies. Use ReplyTo() before setting the content if you intend to create a reply..
Declaration
public static string BrokeredMessageBuilder_ContentNullWhenNotReply_Exception { get; }
Property Value
Type | Description |
---|---|
System.String |
BrokeredMessageBuilder_NonNegativeTimeout_Exception
Looks up a localized string similar to Cannot specify a negative timeout value..
Declaration
public static string BrokeredMessageBuilder_NonNegativeTimeout_Exception { get; }
Property Value
Type | Description |
---|---|
System.String |
BrokeredMessageHandler_ProcessAndReply_Canceled
Looks up a localized string similar to The reply processing was canceled..
Declaration
public static string BrokeredMessageHandler_ProcessAndReply_Canceled { get; }
Property Value
Type | Description |
---|---|
System.String |
BrokeredMessageHandler_ProcessAndReply_Exception
Looks up a localized string similar to The reply processing is faulted..
Declaration
public static string BrokeredMessageHandler_ProcessAndReply_Exception { get; }
Property Value
Type | Description |
---|---|
System.String |
BrokeredMessageHandler_ProcessAndRespond_Canceled
Looks up a localized string similar to The response processing was canceled..
Declaration
public static string BrokeredMessageHandler_ProcessAndRespond_Canceled { get; }
Property Value
Type | Description |
---|---|
System.String |
BrokeredMessageHandler_ProcessAndRespond_Exception
Looks up a localized string similar to The response processing is faulted..
Declaration
public static string BrokeredMessageHandler_ProcessAndRespond_Exception { get; }
Property Value
Type | Description |
---|---|
System.String |
BrokeredMessageHandler_ProcessOneWay_Canceled
Looks up a localized string similar to The one-way processing was canceled..
Declaration
public static string BrokeredMessageHandler_ProcessOneWay_Canceled { get; }
Property Value
Type | Description |
---|---|
System.String |
BrokeredMessageHandler_ProcessOneWay_Exception
Looks up a localized string similar to The one-way processing is faulted..
Declaration
public static string BrokeredMessageHandler_ProcessOneWay_Exception { get; }
Property Value
Type | Description |
---|---|
System.String |
Culture
Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
Declaration
public static CultureInfo Culture { get; set; }
Property Value
Type | Description |
---|---|
System.Globalization.CultureInfo |
DefaultMessageBroker_CannotHandleMessagesWithoutRecipients_Exception
Looks up a localized string similar to There is no message router to handle messages without recipients..
Declaration
public static string DefaultMessageBroker_CannotHandleMessagesWithoutRecipients_Exception { get; }
Property Value
Type | Description |
---|---|
System.String |
DefaultMessageBroker_ErrorsOccurredWhileSending_Exception
Looks up a localized string similar to Errors occurred while sending message '{0}'..
Declaration
public static string DefaultMessageBroker_ErrorsOccurredWhileSending_Exception { get; }
Property Value
Type | Description |
---|---|
System.String |
DefaultMessageBroker_NoMessageRoutersCanHandleRecipients_Exception
Looks up a localized string similar to Cannot send message to the following recipients: {0}. There is no message router to handle them..
Declaration
public static string DefaultMessageBroker_NoMessageRoutersCanHandleRecipients_Exception { get; }
Property Value
Type | Description |
---|---|
System.String |
DefaultMessageProcessor_AmbiguousHandler_Exception
Looks up a localized string similar to Multiple handlers found for the '{0}' message type: {1}. Please disambiguate by using the [OverridePriority] attribute on them..
Declaration
public static string DefaultMessageProcessor_AmbiguousHandler_Exception { get; }
Property Value
Type | Description |
---|---|
System.String |
DefaultMessageProcessor_MissingHandler_Exception
Looks up a localized string similar to Could not find a handler for the '{0}' message type..
Declaration
public static string DefaultMessageProcessor_MissingHandler_Exception { get; }
Property Value
Type | Description |
---|---|
System.String |
EventHubExtensions_MissingMessagingEventHubImplementation
Looks up a localized string similar to The event hub '{0}' must implement the '{1}' interface to use the messaging extensions..
Declaration
public static string EventHubExtensions_MissingMessagingEventHubImplementation { get; }
Property Value
Type | Description |
---|---|
System.String |
MessageAdapter_MessageNotSet_Exception
Looks up a localized string similar to The message is not set in the message adapter..
Declaration
public static string MessageAdapter_MessageNotSet_Exception { get; }
Property Value
Type | Description |
---|---|
System.String |
MessageBrokerBase_LogOnEnqueue_NotAddedError
Looks up a localized string similar to Could not enqueue brokered message (#{0}, {1}) timeout: {2}..
Declaration
public static string MessageBrokerBase_LogOnEnqueue_NotAddedError { get; }
Property Value
Type | Description |
---|---|
System.String |
MessageBrokerBase_LogOnEnqueue_Success
Looks up a localized string similar to Enqueue brokered message (#{0}, {1}) timeout: {2}..
Declaration
public static string MessageBrokerBase_LogOnEnqueue_Success { get; }
Property Value
Type | Description |
---|---|
System.String |
MessageBrokerBase_MissingReplyToMessageId_Exception
Looks up a localized string similar to Received a reply message without the {0} being set. Content: {1}..
Declaration
public static string MessageBrokerBase_MissingReplyToMessageId_Exception { get; }
Property Value
Type | Description |
---|---|
System.String |
MessageBrokerBase_ReplyToMessageNotFound_Exception
Looks up a localized string similar to Received a reply to '{0}' for which the corresponding original message was not found. Possible cause: a timeout may have had interrupted the communication. Content: {1}..
Declaration
public static string MessageBrokerBase_ReplyToMessageNotFound_Exception { get; }
Property Value
Type | Description |
---|---|
System.String |
MessageBrokerBase_Timeout_Exception
Looks up a localized string similar to The maximum alloted time of {0} expired for {1}..
Declaration
public static string MessageBrokerBase_Timeout_Exception { get; }
Property Value
Type | Description |
---|---|
System.String |
MessageHandler_BadMessageType_Exception
Looks up a localized string similar to The message to process must be of type '{0}', received '{1}'..
Declaration
public static string MessageHandler_BadMessageType_Exception { get; }
Property Value
Type | Description |
---|---|
System.String |
MessageRouterBase_ErrorsOccurredWhileDispatching_Exception
Looks up a localized string similar to Errors occurred while asynchronously dispatching '{0}'..
Declaration
public static string MessageRouterBase_ErrorsOccurredWhileDispatching_Exception { get; }
Property Value
Type | Description |
---|---|
System.String |
MessageRouterBase_ErrorsOccurredWhileProcessingOneWay_Exception
Looks up a localized string similar to Errors occurred while asynchronously processing one way message '{0}'..
Declaration
public static string MessageRouterBase_ErrorsOccurredWhileProcessingOneWay_Exception { get; }
Property Value
Type | Description |
---|---|
System.String |
MessageRouterBase_ErrorsOccurredWhileRoutingMessage_Exception
Looks up a localized string similar to Errors occurred while routing message '{0}'..
Declaration
public static string MessageRouterBase_ErrorsOccurredWhileRoutingMessage_Exception { get; }
Property Value
Type | Description |
---|---|
System.String |
MessageRouterBase_ProcessOneWay_Exception
Looks up a localized string similar to An error occurred while processing the one-way request '{0}'. Please check the exception details for more information..
Declaration
public static string MessageRouterBase_ProcessOneWay_Exception { get; }
Property Value
Type | Description |
---|---|
System.String |
MessageRouterBase_Reply_Exception
Looks up a localized string similar to An error occurred while sending the reply to '{0}'. Please check the exception details for more information..
Declaration
public static string MessageRouterBase_Reply_Exception { get; }
Property Value
Type | Description |
---|---|
System.String |
ResourceManager
Returns the cached ResourceManager instance used by this class.
Declaration
public static ResourceManager ResourceManager { get; }
Property Value
Type | Description |
---|---|
System.Resources.ResourceManager |