_dispDebuggerEvents.OnExceptionThrown – metoda
Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.
Microsoft pouze pro interní použití.
Obor názvů: EnvDTE
Sestavení: EnvDTE (v EnvDTE.dll)
Syntaxe
'Deklarace
Sub OnExceptionThrown ( _
ExceptionType As String, _
Name As String, _
Code As Integer, _
Description As String, _
<OutAttribute> ByRef ExceptionAction As dbgExceptionAction _
)
void OnExceptionThrown(
string ExceptionType,
string Name,
int Code,
string Description,
out dbgExceptionAction ExceptionAction
)
void OnExceptionThrown(
[InAttribute] String^ ExceptionType,
[InAttribute] String^ Name,
[InAttribute] int Code,
[InAttribute] String^ Description,
[InAttribute] [OutAttribute] dbgExceptionAction% ExceptionAction
)
abstract OnExceptionThrown :
ExceptionType:string *
Name:string *
Code:int *
Description:string *
ExceptionAction:dbgExceptionAction byref -> unit
function OnExceptionThrown(
ExceptionType : String,
Name : String,
Code : int,
Description : String,
ExceptionAction : dbgExceptionAction
)
Parametry
- ExceptionType
Typ: System.String
Název Typ výjimky.
- Name
Typ: System.String
Název výjimky.
- Code
Typ: System.Int32
Typ kódu.
- Description
Typ: System.String
Popis.
- ExceptionAction
Typ: EnvDTE.dbgExceptionAction%
Akce výjimku.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.