System.TimeZoneNotFoundException.TimeZoneNotFoundException C# (CSharp) 메소드

TimeZoneNotFoundException() 공개 메소드

public TimeZoneNotFoundException ( string message ) : System
message string
리턴 System
		public TimeZoneNotFoundException (string message) : base (message)
		{}

Same methods

TimeZoneNotFoundException::TimeZoneNotFoundException ( ) : System
TimeZoneNotFoundException::TimeZoneNotFoundException ( Runtime info, Runtime sc ) : System
TimeZoneNotFoundException::TimeZoneNotFoundException ( string message, Exception e ) : System
TimeZoneNotFoundException::TimeZoneNotFoundException ( ) : System.Runtime.CompilerServices
TimeZoneNotFoundException::TimeZoneNotFoundException ( Runtime info, Runtime sc ) : System.Runtime.CompilerServices
TimeZoneNotFoundException::TimeZoneNotFoundException ( string message ) : System.Runtime.CompilerServices
TimeZoneNotFoundException::TimeZoneNotFoundException ( string message, Exception e ) : System.Runtime.CompilerServices
TimeZoneNotFoundException