Property ExceptionsEnabled
ExceptionsEnabled
Gets/Sets ExceptionsEnabled property. If set to true, any exceptions that occurred will be thrown to the application.
Declaration
public bool? ExceptionsEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | Returns a boolean value representing status of ExceptionsEnabled property. If true is returned, any exceptions that occurred will be thrown to the application. |