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
Code
Type: System.UInt32The code.
Return Value
Type: EnvDTE90.ExceptionSetting
The ExceptionSetting.
.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.