ExceptionSettings.ItemFromCode(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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