'Declaration Public Function New( _ ByVal code As DataSourceException.Codes, _ ByVal innerException As Exception _ )
public DataSourceException( DataSourceException.Codes code, Exception innerException )
Parameters
- code
- The code.
- innerException
- The inner exception.