|
DeamonDumpDump Method |
Namespace: DrawerBackup.DeamonAssembly: DrawerBackup.Deamon (in DrawerBackup.Deamon.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic static void Dump(
string deamonName,
Exception exp
)
Public Shared Sub Dump (
deamonName As String,
exp As Exception
)
public:
static void Dump(
String^ deamonName,
Exception^ exp
)
static member Dump :
deamonName : string *
exp : Exception -> unit
Parameters
- deamonName
- Type: SystemString
- exp
- Type: SystemException
See Also