Share via


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

.NET Framework Security

See Also

Reference

ExceptionSettings Interface

EnvDTE90 Namespace

Other Resources

Automation Object Model Chart