ExceptionSettings.RemoveByCode Method
Deletes the ExceptionSetting object specified by code from the ExceptionSettings collection.
Namespace: EnvDTE90
Assembly: EnvDTE90 (in EnvDTE90.dll)
Syntax
'Declaration
Sub RemoveByCode ( _
Code As UInteger _
)
void RemoveByCode(
uint Code
)
void RemoveByCode(
[InAttribute] unsigned int Code
)
abstract RemoveByCode :
Code:uint32 -> unit
function RemoveByCode(
Code : uint
)
Parameters
Code
Type: System.UInt32The code of the ExceptionSetting object to remove.
.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.