Noda Time
InvalidNodaDataException Constructor (message, innerException)
NamespacesNodaTime.UtilityInvalidNodaDataExceptionInvalidNodaDataException(String, Exception)

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

Creates an instance with the given message.
Declaration Syntax
C#Visual BasicVisual C++
public InvalidNodaDataException(
	string message,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
public:
InvalidNodaDataException(
	String^ message, 
	Exception^ innerException
)
Parameters
message (String)
The message for the exception.
innerException (Exception)
Underlying cause of the error.

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