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,
Exception innerException
) |
| Visual Basic |
|---|
Public Sub New (
message As String,
innerException As Exception
) |
| Visual C++ |
|---|
public:
DapforException(
String^ message,
Exception^ innerException
) |
| F# |
|---|
new :
message : string *
innerException : Exception -> DapforException |
Parameters
- message
- Type: System..::..String
The message.
- innerException
- Type: System..::..Exception
The inner exception.
See Also