Partager via


ServiceReadOnlyException, classe

 

Représente une exception en lecture seule du service.

Espace de noms:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (dans Microsoft.Workflow.Client.dll)

Hiérarchie d'héritage

System.Object
  System.Exception
    Microsoft.Workflow.Client.WorkflowManagementException
      Microsoft.Workflow.Client.ServiceReadOnlyException

Syntaxe

[SerializableAttribute]
public class ServiceReadOnlyException : WorkflowManagementException
[SerializableAttribute]
public ref class ServiceReadOnlyException : WorkflowManagementException
[<SerializableAttribute>]
type ServiceReadOnlyException = 
    class
        inherit WorkflowManagementException
    end
<SerializableAttribute>
Public Class ServiceReadOnlyException
    Inherits WorkflowManagementException

Constructeurs

Nom Description
System_CAPS_pubmethod ServiceReadOnlyException()

Initialise une nouvelle instance de la classe ServiceReadOnlyException, avec des valeurs par défaut.

System_CAPS_protmethod ServiceReadOnlyException(SerializationInfo, StreamingContext)

Initialise une nouvelle instance de la classe ServiceReadOnlyException avec les données sérialisées.

System_CAPS_pubmethod ServiceReadOnlyException(String)

Initialise une nouvelle instance de la classe ServiceReadOnlyException avec un message d'erreur.

System_CAPS_pubmethod ServiceReadOnlyException(String, Exception)

Initialise une nouvelle instance de la classe ServiceReadOnlyException avec le message d'erreur et l'exception interne.

Propriétés

Nom Description
System_CAPS_pubproperty Data

(Hérité de Exception.)

System_CAPS_pubproperty HelpLink

(Hérité de Exception.)

System_CAPS_pubproperty HResult

(Hérité de Exception.)

System_CAPS_pubproperty InnerException

(Hérité de Exception.)

System_CAPS_pubproperty Message

(Hérité de Exception.)

System_CAPS_pubproperty Source

(Hérité de Exception.)

System_CAPS_pubproperty StackTrace

(Hérité de Exception.)

System_CAPS_pubproperty TargetSite

(Hérité de Exception.)

Méthodes

Nom Description
System_CAPS_pubmethod Equals(Object)

(Hérité de Object.)

System_CAPS_protmethod Finalize()

(Hérité de Object.)

System_CAPS_pubmethod GetBaseException()

(Hérité de Exception.)

System_CAPS_pubmethod GetHashCode()

(Hérité de Object.)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

(Hérité de Exception.)

System_CAPS_pubmethod GetType()

(Hérité de Exception.)

System_CAPS_protmethod MemberwiseClone()

(Hérité de Object.)

System_CAPS_pubmethod ToString()

(Hérité de Exception.)

Événements

Nom Description
System_CAPS_protevent SerializeObjectState

(Hérité de Exception.)

Sécurité des threads

Tous les membres statiques (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Microsoft.Workflow.Client, espace de noms

Retour au début