InternalServerErrorException Classe

Définition

[System.Serializable]
public sealed class InternalServerErrorException : Microsoft.ServiceBus.Messaging.MessagingException
[<System.Serializable>]
type InternalServerErrorException = class
    inherit MessagingException
Public NotInheritable Class InternalServerErrorException
Inherits MessagingException
Héritage
InternalServerErrorException
Attributs

Constructeurs

InternalServerErrorException()
InternalServerErrorException(Exception)
InternalServerErrorException(MessagingExceptionDetail, TrackingContext)
InternalServerErrorException(String)
InternalServerErrorException(TrackingContext)

Propriétés

Data

Obtient les données associées à l’exception.

(Hérité de MessagingException)
Detail

Obtient ou définit les informations détaillées de l’exception de messagerie.

(Hérité de MessagingException)
IsTransient

Obtient ou définit une valeur indiquant si l’exception est temporaire. Vérifiez cette propriété pour déterminer si l’opération doit être retentée.

(Hérité de MessagingException)
Timestamp

Obtient ou définit l’heure à laquelle l’exception de messagerie s’est produite.

(Hérité de MessagingException)

Méthodes

GetObjectData(SerializationInfo, StreamingContext)

Remplit les informations de sérialisation avec des données sur l’exception.

(Hérité de MessagingException)

S’applique à