ThrowTriggerActivatedException Property (ProcessingState)
Gets or sets a value indicating whether the exception must be thrown if an important trigger activated.
'Declaration
Public Property ThrowTriggerActivatedException As Boolean
public bool ThrowTriggerActivatedException { get; set; }
public: __property bool get_ThrowTriggerActivatedException();
public: __property void set_ThrowTriggerActivatedException(
bool
);
public:
property bool ThrowTriggerActivatedException {
bool get();
void set(bool );
}
Property Value
True - the exception must be thrown if an important trigger activated;
false - the exception must NOT be thrown if an important trigger activated.
Defualt value is false.
Set value of this property to true if you need to increase the profile processing performance and you need to know only the result of verification/conversion (detailed result is not necessary).
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5