Share via


ExceptionSettings.RemoveByCode(UInt32) Method

Definition

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

Applies to