Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
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
)
Parameters
ExceptionType
Type: System.StringThe name of the exception type.
Name
Type: System.StringThe name of the exception.
Code
Type: System.Int32The type of code.
Description
Type: System.StringThe description.
ExceptionAction
Type: EnvDTE.dbgExceptionAction%The exception action.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.