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