Costruttore ServiceReadOnlyException (String, Exception)

Inizializza una nuova istanza della classe ServiceReadOnlyException con un messaggio di errore e un'eccezione interna.

Spazio dei nomi  Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    message As String, _
    inner As Exception _
)
'Utilizzo
Dim message As String 
Dim inner As Exception 

Dim instance As New ServiceReadOnlyException(message, _
    inner)
public ServiceReadOnlyException(
    string message,
    Exception inner
)
public:
ServiceReadOnlyException(
    String^ message, 
    Exception^ inner
)
new : 
        message:string * 
        inner:Exception -> ServiceReadOnlyException
public function ServiceReadOnlyException(
    message : String, 
    inner : Exception
)

Parametri

  • message
    Tipo: System.String
    Messaggio di errore che descrive l'eccezione.
  • inner
    Tipo: System.Exception
    Eccezione interna che ha causato l'eccezione corrente.

Vedere anche

Riferimento

ServiceReadOnlyException Classe

Overload ServiceReadOnlyException

Spazio dei nomi Microsoft.Workflow.Client