Share via


ExceededLimitException Constructor (String)

Initializes a new instance of the ExceededLimitException class with a message.

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New ExceededLimitException(message)
public ExceededLimitException(
    string message
)

Parameters

  • message
    Type: System.String

    The message that the exception should use.

See Also

Reference

ExceededLimitException Class

ExceededLimitException Members

ExceededLimitException Overload

Microsoft.BusinessData.Runtime Namespace