C# Class System.TimeZoneNotFoundException

Inheritance: Exception
Datei anzeigen Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
TimeZoneNotFoundException ( ) : System
TimeZoneNotFoundException ( string message ) : System
TimeZoneNotFoundException ( string message, Exception e ) : System
TimeZoneNotFoundException ( ) : System.Runtime.CompilerServices
TimeZoneNotFoundException ( string message ) : System.Runtime.CompilerServices
TimeZoneNotFoundException ( string message, Exception e ) : System.Runtime.CompilerServices

Protected Methods

Method Description
TimeZoneNotFoundException ( Runtime info, Runtime sc ) : System
TimeZoneNotFoundException ( Runtime info, Runtime sc ) : System.Runtime.CompilerServices

Method Details

TimeZoneNotFoundException() public method

public TimeZoneNotFoundException ( ) : System
return System

TimeZoneNotFoundException() protected method

protected TimeZoneNotFoundException ( Runtime info, Runtime sc ) : System
info Runtime
sc Runtime
return System

TimeZoneNotFoundException() public method

public TimeZoneNotFoundException ( string message ) : System
message string
return System

TimeZoneNotFoundException() public method

public TimeZoneNotFoundException ( string message, Exception e ) : System
message string
e Exception
return System

TimeZoneNotFoundException() public method

public TimeZoneNotFoundException ( ) : System.Runtime.CompilerServices
return System.Runtime.CompilerServices

TimeZoneNotFoundException() protected method

protected TimeZoneNotFoundException ( Runtime info, Runtime sc ) : System.Runtime.CompilerServices
info Runtime
sc Runtime
return System.Runtime.CompilerServices

TimeZoneNotFoundException() public method

public TimeZoneNotFoundException ( string message ) : System.Runtime.CompilerServices
message string
return System.Runtime.CompilerServices

TimeZoneNotFoundException() public method

public TimeZoneNotFoundException ( string message, Exception e ) : System.Runtime.CompilerServices
message string
e Exception
return System.Runtime.CompilerServices