ExceptionSettings.NewException, méthode
Crée un objet ExceptionSetting pour cette catégorie.
Espace de noms : EnvDTE90
Assembly : EnvDTE90 (dans EnvDTE90.dll)
Syntaxe
'Déclaration
Function NewException ( _
Name As String, _
Code As UInteger _
) As ExceptionSetting
ExceptionSetting NewException(
string Name,
uint Code
)
ExceptionSetting^ NewException(
[InAttribute] String^ Name,
[InAttribute] unsigned int Code
)
abstract NewException :
Name:string *
Code:uint32 -> ExceptionSetting
function NewException(
Name : String,
Code : uint
) : ExceptionSetting
Paramètres
- Name
Type : System.String
Nom de l'objet ExceptionSetting à créer.
- Code
Type : System.UInt32
Code de l'objet ExceptionSetting à créer.
Valeur de retour
Type : EnvDTE90.ExceptionSetting
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.