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

Exception class used by the PropertyHandle if the PropertyHandle used is unexpectedly Null.

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

Syntax

C#
public class NullPropertyHandleException : PropertyException
Visual Basic (Declaration)
Public Class NullPropertyHandleException _
	Inherits PropertyException
Visual C++
public ref class NullPropertyHandleException : public PropertyException

Inheritance Hierarchy

System..::Object
  System..::Exception
    Spielwerke.Data..::PropertyException
      Spielwerke.Data..::NullPropertyHandleException

See Also