Classe ServiceReadOnlyException

 

Representa uma exceção de serviço somente leitura.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (em Microsoft.Workflow.Client.dll)

Hierarquia de herança

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

Sintaxe

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

Construtores

Nome Descrição
System_CAPS_pubmethod ServiceReadOnlyException()

Inicializa uma nova instância da classe ServiceReadOnlyException sem os valores padrão.

System_CAPS_protmethod ServiceReadOnlyException(SerializationInfo, StreamingContext)

Inicializa uma nova instância da classe ServiceReadOnlyException com os dados serializados.

System_CAPS_pubmethod ServiceReadOnlyException(String)

Inicializa uma nova instância da classe ServiceReadOnlyException com a mensagem de erro.

System_CAPS_pubmethod ServiceReadOnlyException(String, Exception)

Inicializa uma nova instância da classe ServiceReadOnlyException com a mensagem de erro e a exceção interna.

Propriedades

Nome Descrição
System_CAPS_pubproperty Data

(herdado de Exception.)

System_CAPS_pubproperty HelpLink

(herdado de Exception.)

System_CAPS_pubproperty HResult

(herdado de Exception.)

System_CAPS_pubproperty InnerException

(herdado de Exception.)

System_CAPS_pubproperty Message

(herdado de Exception.)

System_CAPS_pubproperty Source

(herdado de Exception.)

System_CAPS_pubproperty StackTrace

(herdado de Exception.)

System_CAPS_pubproperty TargetSite

(herdado de Exception.)

Métodos

Nome Descrição
System_CAPS_pubmethod Equals(Object)

(herdado de Object.)

System_CAPS_protmethod Finalize()

(herdado de Object.)

System_CAPS_pubmethod GetBaseException()

(herdado de Exception.)

System_CAPS_pubmethod GetHashCode()

(herdado de Object.)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

(herdado de Exception.)

System_CAPS_pubmethod GetType()

(herdado de Exception.)

System_CAPS_protmethod MemberwiseClone()

(herdado de Object.)

System_CAPS_pubmethod ToString()

(herdado de Exception.)

Eventos

Nome Descrição
System_CAPS_protevent SerializeObjectState

(herdado de Exception.)

Acesso thread-safe

Qualquer estático público (Compartilhado no Visual Basic) membros desde tipo são thread safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Namespace Microsoft.Workflow.Client

Retornar ao topo