ExceptionSettings.RemoveByCode(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.
Deletes the ExceptionSetting object specified by code from the ExceptionSettings collection.
public:
void RemoveByCode(System::UInt32 Code);
public:
void RemoveByCode(unsigned int Code);
void RemoveByCode(unsigned int Code);
[System.Runtime.InteropServices.DispId(202)]
public void RemoveByCode (uint Code);
[<System.Runtime.InteropServices.DispId(202)>]
abstract member RemoveByCode : uint32 -> unit
Public Sub RemoveByCode (Code As UInteger)
Parameters
- Code
- UInt32
- Attributes