Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
inner As Exception _
)
'Usage
Dim message As String
Dim inner As Exception
Dim instance As New TooManyInstancesReturnedException(message, _
inner)
public TooManyInstancesReturnedException(
string message,
Exception inner
)
Parameters
- message
Type: System.String
- inner
Type: System.Exception
See Also
Reference
TooManyInstancesReturnedException Class
TooManyInstancesReturnedException Members