VsaEngine.GetExceptionToThrow, méthode

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

Syntaxe

'Déclaration
Public Shared Function GetExceptionToThrow ( _
    e As Exception _
) As Exception
public static Exception GetExceptionToThrow(
    Exception e
)
public:
static Exception^ GetExceptionToThrow(
    Exception^ e
)
static member GetExceptionToThrow : 
        e:Exception -> Exception
public static function GetExceptionToThrow(
    e : Exception
) : Exception

Paramètres

  • e
    Type : Exception

     

Valeur de retour

Type : Exception

Sécurité .NET Framework

Voir aussi

Référence

VsaEngine Classe

Microsoft.VisualBasic.Vsa, espace de noms