Costruttore AuthenticationException (String, Exception)

Inizializza una nuova istanza della classe AuthenticationException.

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 AuthenticationException(message, _
    inner)
public AuthenticationException(
    string message,
    Exception inner
)
public:
AuthenticationException(
    String^ message, 
    Exception^ inner
)
new : 
        message:string * 
        inner:Exception -> AuthenticationException
public function AuthenticationException(
    message : String, 
    inner : Exception
)

Parametri

Vedere anche

Riferimento

AuthenticationException Classe

Overload AuthenticationException

Spazio dei nomi Microsoft.Workflow.Client