Noda Time
InvalidDateTimeZoneSourceException Constructor (message)
NamespacesNodaTime.TimeZonesInvalidDateTimeZoneSourceExceptionInvalidDateTimeZoneSourceException(String)

[This is preliminary documentation and is subject to change.]

Creates a new instance with the given message.
Declaration Syntax
C#Visual BasicVisual C++
public InvalidDateTimeZoneSourceException(
	string message
)
Public Sub New ( _
	message As String _
)
public:
InvalidDateTimeZoneSourceException(
	String^ message
)
Parameters
message (String)
The message for the exception.

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)