-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdefault-settings.json
More file actions
43 lines (41 loc) · 1.87 KB
/
Copy pathdefault-settings.json
File metadata and controls
43 lines (41 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"defaultExceptionClassification": "Strict",
"exceptions": {
"System.ArgumentNullException": "Ignored",
"System.ArgumentOutOfRangeException": "Ignored",
"System.ArgumentException": "Ignored",
"System.FormatException": "Ignored",
"System.InvalidOperationException": "Informational",
"System.NotSupportedException": "Informational",
"System.InvalidCastException": "Informational",
"System.NullReferenceException": "Informational",
"System.IndexOutOfRangeException": "Informational",
"System.DivideByZeroException": "Informational",
"System.OverflowException": "Informational",
"System.ArithmeticException": "Informational",
"System.ObjectDisposedException": "Informational",
"System.OutOfMemoryException": "Informational",
"System.StackOverflowException": "Informational",
"System.TypeInitializationException": "Informational",
"System.MemberAccessException": "Informational",
"System.UnauthorizedAccessException": "Informational",
"System.ThreadAbortException": "Informational",
"System.ExecutionEngineException": "Informational",
"System.AccessViolationException": "Informational",
"System.AppDomainUnloadedException": "Informational",
"System.InsufficientMemoryException": "Informational",
"System.Runtime.InteropServices.SEHException": "Informational",
"System.Exception": "Strict",
"System.ApplicationException": "Strict",
"System.IO.IOException": "Strict",
"System.IO.EndOfStreamException": "Strict",
"System.IO.FileNotFoundException": "Strict",
"System.IO.DirectoryNotFoundException": "Strict",
"System.IO.PathTooLongException": "Strict",
"System.IO.DriveNotFoundException": "Strict",
"System.Net.WebException": "Strict",
"System.Net.Sockets.SocketException": "Strict",
"System.TimeoutException": "Strict",
"System.Data.SqlClient.SqlException": "Strict"
}
}