ExceptionSettings.NewException Method

Creates a new ExceptionSetting object for this category.

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

Syntax

'Declaration
Function NewException ( _
    Name As String, _
    Code As UInteger _
) As ExceptionSetting
ExceptionSetting NewException(
    string Name,
    uint Code
)
ExceptionSetting^ NewException(
    [InAttribute] String^ Name, 
    [InAttribute] unsigned int Code
)
abstract NewException : 
        Name:string * 
        Code:uint32 -> ExceptionSetting 
function NewException(
    Name : String, 
    Code : uint
) : ExceptionSetting

Parameters

Return Value

Type: EnvDTE90.ExceptionSetting

.NET Framework Security

See Also

Reference

ExceptionSettings Interface

EnvDTE90 Namespace

Other Resources

Automation Object Model Chart