Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Private.CoreLib/shared/System/TimeZoneNotFoundException.cs')
-rw-r--r--src/System.Private.CoreLib/shared/System/TimeZoneNotFoundException.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/System.Private.CoreLib/shared/System/TimeZoneNotFoundException.cs b/src/System.Private.CoreLib/shared/System/TimeZoneNotFoundException.cs
index f83c6443c..3dc1bb1d4 100644
--- a/src/System.Private.CoreLib/shared/System/TimeZoneNotFoundException.cs
+++ b/src/System.Private.CoreLib/shared/System/TimeZoneNotFoundException.cs
@@ -14,12 +14,12 @@ namespace System
{
}
- public TimeZoneNotFoundException(String message)
+ public TimeZoneNotFoundException(string message)
: base(message)
{
}
- public TimeZoneNotFoundException(String message, Exception innerException)
+ public TimeZoneNotFoundException(string message, Exception innerException)
: base(message, innerException)
{
}