Condividi tramite


Costruttore InformationCardException (String, Exception)

Initializes a new instance of InformationCardException.

Spazio dei nomi: Microsoft.IdentityModel.Protocols.WSIdentity
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Utilizzo

    Dim message As String
Dim inner As Exception

Dim instance As New InformationCardException(message, inner)

Sintassi

'Dichiarazione
Public Sub New ( _
    message As String, _
    inner As Exception _
)
public InformationCardException (
    string message,
    Exception inner
)
public:
InformationCardException (
    String^ message, 
    Exception^ inner
)
public InformationCardException (
    String message, 
    Exception inner
)
public function InformationCardException (
    message : String, 
    inner : Exception
)

Parametri

  • message
    The error message to attach to the exception.
  • inner
    The inner exception to attach to the new exception.

Piattaforme

Piattaforme di sviluppo

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Vedere anche

Riferimento

Classe InformationCardException
Membri InformationCardException
Spazio dei nomi Microsoft.IdentityModel.Protocols.WSIdentity