[wasm] Add one more wasm_invoke entry.
[mono.git] / mcs / class / System.IdentityModel / System.IdentityModel.Tokens / SecurityTokenReplayDetectedException.cs
index e04d0cbd28e59ee712b2e6cf15222a5dc3d35cb1..b0113defd8bbe701968794c4622d2e46cc4bbcf8 100644 (file)
@@ -1,4 +1,4 @@
-//
+//
 // SecurityTokenReplayDetectedException.cs
 //
 // Author:
@@ -41,8 +41,8 @@ namespace System.IdentityModel.Tokens
                        : base(message)
                { }
 
-               public SecurityTokenReplayDetectedException(string message, Exception innerException)
-                       : base(message, innerException)
+               public SecurityTokenReplayDetectedException(string message, Exception inner)
+                       : base(message, inner)
                { }
 
                public SecurityTokenReplayDetectedException(SerializationInfo info, StreamingContext context)