Base exception
Namespace: Dapfor.Wpf.ExceptionsAssembly: 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 |