Share via


IncorrectStoredProcedureParameterException Class

Definition

Base class for all data access layer exceptions

public ref class IncorrectStoredProcedureParameterException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Serializable]
public class IncorrectStoredProcedureParameterException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type IncorrectStoredProcedureParameterException = class
    inherit EnterpriseManagementException
Public Class IncorrectStoredProcedureParameterException
Inherits EnterpriseManagementException
Inheritance
IncorrectStoredProcedureParameterException
Attributes

Constructors

IncorrectStoredProcedureParameterException()

Creates exception object

IncorrectStoredProcedureParameterException(SerializationInfo, StreamingContext)

Creates exception object

IncorrectStoredProcedureParameterException(String, Exception)

Creates exception object

IncorrectStoredProcedureParameterException(String)

Creates exception object

Applies to