INotificationListenerNotifyServerErrors Method |
Namespace:
Unvired.Kernel.UWP.Sync
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid NotifyServerErrors(
int errorCode,
string errorMessage
)
Sub NotifyServerErrors (
errorCode As Integer,
errorMessage As String
)
void NotifyServerErrors(
int errorCode,
String^ errorMessage
)
abstract NotifyServerErrors :
errorCode : int *
errorMessage : string -> unit
Parameters
- errorCode
- Type: SystemInt32
- errorMessage
- Type: SystemString
See Also