'Declaration Public Function New( _ ByVal errorCode As UserErrorCode _ )
'Usage Dim errorCode As UserErrorCode Dim instance As New UserErrorEventArgs(errorCode)
public UserErrorEventArgs( UserErrorCode errorCode )
Parameters
- errorCode
- Error code for the event
Uses the UserErrorCode enumeration.