Partager via


VsaException, constructeur (VsaError, String, Exception)

Ce membre prend en charge l'infrastructure .NET Framework et n'est pas destiné à être utilisé directement à partir de votre code.

Espace de noms :  Microsoft.Vsa
Assembly :  Microsoft.Vsa (dans Microsoft.Vsa.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    error As VsaError, _
    message As String, _
    innerException As Exception _
)
public VsaException(
    VsaError error,
    string message,
    Exception innerException
)
public:
VsaException(
    VsaError error, 
    String^ message, 
    Exception^ innerException
)
new : 
        error:VsaError * 
        message:string * 
        innerException:Exception -> VsaException
public function VsaException(
    error : VsaError, 
    message : String, 
    innerException : Exception
)

Paramètres

  • message
    Type : String
  • innerException
    Type : Exception

Voir aussi

Référence

VsaException Classe

VsaException, surcharge

Microsoft.Vsa, espace de noms