ExceededLimitException Constructor (String, Exception)
Initializes a new instance of the ExceededLimitException class with a message and an inner exception.
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 ExceededLimitException(message, _
inner)
public ExceededLimitException(
string message,
Exception inner
)
Parameters
message
Type: System.StringThe message that the exception should use.
inner
Type: System.ExceptionThe inner exception.
See Also
Reference
ExceededLimitException Members