|
NotifyManagerError Method |
Notify a error to the administrator
Namespace: DrawerBackup.NativeAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic void Error(
string description,
string body
)
Public Sub Error (
description As String,
body As String
)
public:
void Error(
String^ description,
String^ body
)
member Error :
description : string *
body : string -> unit
Parameters
- description
- Type: SystemString
- body
- Type: SystemString
See Also