MessagingEntityNotFoundException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exception for signalling messaging entity not found errors.
[System.Serializable]
public sealed class MessagingEntityNotFoundException : Microsoft.Azure.NotificationHubs.Messaging.MessagingException
[<System.Serializable>]
type MessagingEntityNotFoundException = class
inherit MessagingException
Public NotInheritable Class MessagingEntityNotFoundException
Inherits MessagingException
- Inheritance
- Attributes
Properties
Data |
Gets a collection of key/value pairs that provide additional user-defined information about the exception. (Inherited from MessagingException) |
Detail |
Details about the cause of the exception (Inherited from MessagingException) |
IsTransient |
A boolean indicating if the exception is a transient error or not. getting a true from this property implies that user can retry the operation that generated the exception without additional intervention. (Inherited from MessagingException) |
RetryAfter |
If set, indicates recommended time for waiting before retrying transient errors. (Inherited from MessagingException) |
Timestamp |
UTC timestamp of the exception (Inherited from MessagingException) |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Sets the SerializationInfo with information about the exception. (Inherited from MessagingException) |
ToString() |
Returns a String that represents this instance. |
Applies to
Azure SDK for .NET