Udostępnij za pośrednictwem


IncorrectStoredProcedureParameterException Constructor (String, Exception)

[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 inner As Exception

Dim instance As New IncorrectStoredProcedureParameterException(message, inner)

Syntax

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

Parameters

  • message
  • inner

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

IncorrectStoredProcedureParameterException Class
IncorrectStoredProcedureParameterException Members
Microsoft.EnterpriseManagement.Warehouse Namespace