Namespace: Dapfor.Net.ExceptionsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
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