Skip to content

Commit 8c90838

Browse files
committed
Fixing #283
1 parent c7f9e84 commit 8c90838

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/net45/WampSharp/WAMP2/V2/Core/Contracts/WampException.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public WampException(string errorUri, string messageDetails) :
5353
base($"Error uri: '{errorUri}', details: {messageDetails}")
5454
{
5555
ErrorUri = errorUri;
56+
Details = mEmptyDetails;
5657
mArguments = new object[] {messageDetails};
5758
}
5859

0 commit comments

Comments
 (0)