'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
- The user error code for the error that is being raised
- errorText
- Additional error information for the error that is being raised