Base exception

Namespace: Dapfor.Wpf.Exceptions
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
[SerializableAttribute]
public class DapforException : Exception
Visual Basic
<SerializableAttribute>
Public Class DapforException
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class DapforException : public Exception
F#
[<SerializableAttribute>]
type DapforException =  
    class
        inherit Exception
    end

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Dapfor.Wpf.Exceptions..::..DapforException

See Also