Share via


ExceptionSettings.NewException(String, UInt32) Method

Definition

Creates a new ExceptionSetting object for this category.

public:
 EnvDTE90::ExceptionSetting ^ NewException(System::String ^ Name, System::UInt32 Code);
public:
 EnvDTE90::ExceptionSetting ^ NewException(Platform::String ^ Name, unsigned int Code);
EnvDTE90::ExceptionSetting NewException(std::wstring const & Name, unsigned int Code);
[System.Runtime.InteropServices.DispId(200)]
public EnvDTE90.ExceptionSetting NewException (string Name, uint Code);
[<System.Runtime.InteropServices.DispId(200)>]
abstract member NewException : string * uint32 -> EnvDTE90.ExceptionSetting
Public Function NewException (Name As String, Code As UInteger) As ExceptionSetting

Parameters

Name
String

The name for the new ExceptionSetting object to create.

Code
UInt32

Returns

Attributes

Applies to