ExceptionSettings.ItemFromCode Method

Namespace:  EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

Syntax

'Declaration
Function ItemFromCode ( _
    Code As UInteger _
) As ExceptionSetting
ExceptionSetting ItemFromCode(
    uint Code
)
ExceptionSetting^ ItemFromCode(
    [InAttribute] unsigned int Code
)
abstract ItemFromCode : 
        Code:uint32 -> ExceptionSetting 
function ItemFromCode(
    Code : uint
) : ExceptionSetting

Parameters

Return Value

Type: EnvDTE90.ExceptionSetting
The ExceptionSetting.

.NET Framework Security

See Also

Reference

ExceptionSettings Interface

EnvDTE90 Namespace

Other Resources

Automation Object Model Chart