File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- using System ;
2- using System . Collections . Generic ;
3- using System . Linq ;
4- using System . Text ;
5- using System . Threading . Tasks ;
6- using System . Net ;
1+ using System . Net ;
72
83#pragma warning disable SYSLIB0014 // 类型或成员已过时
94
Original file line number Diff line number Diff line change 1- using System ;
2- using System . Collections . Generic ;
3- using System . Linq ;
4- using System . Text ;
5- using System . Threading . Tasks ;
6-
7- namespace Algorithm . Interop . Exceptions
1+ namespace Algorithm . Interop . Exceptions
82{
93 public class BasicException : Exception
104 {
Original file line number Diff line number Diff line change 1- using System ;
2- using System . Collections . Generic ;
3- using System . Linq ;
4- using System . Text ;
5- using System . Threading . Tasks ;
6-
7- namespace Algorithm . Interop . Exceptions
1+ namespace Algorithm . Interop . Exceptions
82{
93 public class HashException : BasicException
104 {
Original file line number Diff line number Diff line change 1- using System ;
2- using System . Collections . Generic ;
3- using System . Linq ;
1+ using Algorithm . Interop . Exceptions ;
42using System . Runtime . InteropServices ;
53using System . Text ;
6- using System . Threading . Tasks ;
7- using Algorithm . Interop . Exceptions ;
84
95namespace Algorithm . Interop
106{
You can’t perform that action at this time.
0 commit comments