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

Base class for all exceptions generated by Property Library.

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

Syntax

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

Inheritance Hierarchy

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

See Also