'Declaration Public Function New( _ ByVal innerException As Exception _ )
'Usage Dim innerException As Exception Dim instance As New DataGridInternalException(innerException)
public DataGridInternalException( Exception innerException )
Parameters
- innerException
- The exception that initially caused the current exception to be thrown.