Udostępnij za pośrednictwem


IncorrectStoredProcedureParameterException Constructor (String)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim message As String

Dim instance As New IncorrectStoredProcedureParameterException(message)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public IncorrectStoredProcedureParameterException (
    string message
)
public:
IncorrectStoredProcedureParameterException (
    String^ message
)
public IncorrectStoredProcedureParameterException (
    String message
)
public function IncorrectStoredProcedureParameterException (
    message : String
)

Parameters

  • message

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

IncorrectStoredProcedureParameterException Class
IncorrectStoredProcedureParameterException Members
Microsoft.EnterpriseManagement.Warehouse Namespace