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

TimeZoneNotFoundException() 공개 메소드

public TimeZoneNotFoundException ( string message, Exception e ) : System.Runtime.CompilerServices
message string
e Exception
리턴 System.Runtime.CompilerServices
		public TimeZoneNotFoundException (string message, Exception e) : base (message, e)
		{}

Same methods

TimeZoneNotFoundException::TimeZoneNotFoundException ( ) : System
TimeZoneNotFoundException::TimeZoneNotFoundException ( Runtime info, Runtime sc ) : System
TimeZoneNotFoundException::TimeZoneNotFoundException ( string message ) : 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