InternalException, constructeur (String, Exception)
Initialise une nouvelle instance de la classe InternalException à l'aide du message et de l'exception interne fournis.
Espace de noms : Microsoft.VisualStudio.TestTools.Exceptions
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Public Sub New ( _
msg As String, _
inner As Exception _
)
public InternalException(
string msg,
Exception inner
)
public:
InternalException(
String^ msg,
Exception^ inner
)
new :
msg:string *
inner:Exception -> InternalException
public function InternalException(
msg : String,
inner : Exception
)
Paramètres
- msg
Type : System.String
Message décrivant l'exception.
- inner
Type : System.Exception
Exception qui a provoqué l'exception actuelle.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.