SyncObjectEvents.OnError Method
This is a member in an event interface in a COM coclass. It is not intended to be used in your code.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub OnError ( _
Code As Integer, _
Description As String _
)
'Usage
Dim instance As SyncObjectEvents
Dim Code As Integer
Dim Description As String
instance.OnError(Code, Description)
[DispIdAttribute()]
void OnError(
int Code,
string Description
)
Parameters
- Code
Type: System.Int32
- Description
Type: System.String