'Declaration Public Function New( _ ByVal errorCode As UserErrorCode, _ ByVal errorText As String _ )
'Usage Dim errorCode As UserErrorCode Dim errorText As String Dim instance As New UserErrorEventArgs(errorCode, errorText)
public UserErrorEventArgs( UserErrorCode errorCode, string errorText )
Parameters
- errorCode
- Error code for the event
Uses the UserErrorCode enumeration. - errorText
Additional error information