C# Class System.InvalidTimeZoneException

Inheritance: Exception
Show file Open project: runefs/Marvin Class Usage Examples

Public Methods

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

Protected Methods

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

Method Details

InvalidTimeZoneException() public method

public InvalidTimeZoneException ( ) : System
return System

InvalidTimeZoneException() protected method

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

InvalidTimeZoneException() public method

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

InvalidTimeZoneException() public method

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

InvalidTimeZoneException() public method

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

InvalidTimeZoneException() protected method

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

InvalidTimeZoneException() public method

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

InvalidTimeZoneException() public method

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