ExceptionHandlingConfigurationCatchUnhandledExceptions Property |
Gets or sets a value indicating whether to catch unhandled exceptions.
Namespace: StreamCoders.HelpersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool CatchUnhandledExceptions { get; set; }
Public Property CatchUnhandledExceptions As Boolean
Get
Set
public:
property bool CatchUnhandledExceptions {
bool get ();
void set (bool value);
}
member CatchUnhandledExceptions : bool with get, set
Property Value
Type:
BooleanSee Also