ExceptionSettings.NewException(String, 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.
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