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

Create an exception thrown if a PropertyHandle is unexpectedly Null with a message.

Namespace: Spielwerke.Data
Assembly:  Spielwerke.Data (in Spielwerke.Data.dll)
Version: 1.0.2761.41972

Syntax

C#
public NullPropertyHandleException(
	string message
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String _
)
Visual C++
public:
NullPropertyHandleException (
	String^ message
)

Parameters

message
String
A message giving more detail about the exception.

See Also