Number of exceptions that will be tolerated in the data access layer.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public int DataAccessExceptionsThreshold { get; set; }
Public Property DataAccessExceptionsThreshold As Integer
public: property int DataAccessExceptionsThreshold { int get (); void set (int value); }