'Declaration Public Function New( _ ByVal innerException As Exception _ )
'Usage Dim innerException As Exception Dim instance As New ListBoxInternalException(innerException)
public ListBoxInternalException( Exception innerException )
Parameters
- innerException
- The inner exception.