ExceptionSettings.ItemFromCode(UInt32) Method

Definition

public:
 EnvDTE90::ExceptionSetting ^ ItemFromCode(System::UInt32 Code);
public:
 EnvDTE90::ExceptionSetting ^ ItemFromCode(unsigned int Code);
EnvDTE90::ExceptionSetting ItemFromCode(unsigned int Code);
[System.Runtime.InteropServices.DispId(6)]
public EnvDTE90.ExceptionSetting ItemFromCode (uint Code);
[<System.Runtime.InteropServices.DispId(6)>]
abstract member ItemFromCode : uint32 -> EnvDTE90.ExceptionSetting
Public Function ItemFromCode (Code As UInteger) As ExceptionSetting

Parameters

Code
UInt32

Returns

The ExceptionSetting.

Attributes

Applies to