ExceptionSettings::NewException Method (String^, UInt32)

 

Creates a new ExceptionSetting object for this category.

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

ExceptionSetting^ NewException(
	String^ Name,
	unsigned int Code
)

Parameters

Name
Type: System::String^

The name for the new ExceptionSetting object to create.

Code
Type: System::UInt32

The code of the ExceptionSetting object to create.

Return Value

Type: EnvDTE90::ExceptionSetting^
Return to top
Show: