Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 366e0b2

Browse files
committed
Move Exceptions to Exceptions subdirectory but leave them in default namespace. So the project is more clean.
1 parent 8ed97e5 commit 366e0b2

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

MongoDBDriver/MongoDuplicateKeyUpdateException.cs renamed to MongoDBDriver/Exceptions/MongoDuplicateKeyUpdateException.cs

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

MongoDBDriver/MongoDB.Driver.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,16 @@
9999
<Compile Include="IO\ReplyMessage.cs" />
100100
<Compile Include="Bson\BsonReader.cs" />
101101
<Compile Include="Cursor.cs" />
102-
<Compile Include="MongoCommandException.cs" />
103-
<Compile Include="MongoCommException.cs" />
102+
<Compile Include="Exceptions\MongoCommandException.cs" />
103+
<Compile Include="Exceptions\MongoCommException.cs" />
104104
<Compile Include="MongoConnectionStringBuilder.cs" />
105-
<Compile Include="MongoDuplicateKeyException.cs" />
106-
<Compile Include="MongoDuplicateKeyUpdateException.cs" />
107-
<Compile Include="MongoException.cs" />
108-
<Compile Include="MongoMapReduceException.cs" />
105+
<Compile Include="Exceptions\MongoDuplicateKeyException.cs" />
106+
<Compile Include="Exceptions\MongoDuplicateKeyUpdateException.cs" />
107+
<Compile Include="Exceptions\MongoException.cs" />
108+
<Compile Include="Exceptions\MongoMapReduceException.cs" />
109109
<Compile Include="MongoMaxKey.cs" />
110110
<Compile Include="MongoMinKey.cs" />
111-
<Compile Include="MongoOperationException.cs" />
111+
<Compile Include="Exceptions\MongoOperationException.cs" />
112112
<Compile Include="MongoServerEndPoint.cs" />
113113
<Compile Include="Oid.cs" />
114114
<Compile Include="IO\DeleteMessage.cs" />

0 commit comments

Comments
 (0)