Initializes a new instance of the DapforException class.
            
Namespace: Dapfor.Wpf.ExceptionsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# | 
|---|
public DapforException( string message )  | 
| Visual Basic | 
|---|
Public Sub New ( message As String )  | 
| Visual C++ | 
|---|
public: DapforException( String^ message )  | 
| F# | 
|---|
new : message : string -> DapforException  | 
Parameters
- message
 - Type: System..::..String
The message.