IncorrectStoredProcedureParameterException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| IncorrectStoredProcedureParameterException() |
Creates exception object |
| IncorrectStoredProcedureParameterException(String) |
Creates exception object |
| IncorrectStoredProcedureParameterException(SerializationInfo, StreamingContext) |
Creates exception object |
| IncorrectStoredProcedureParameterException(String, Exception) |
Creates exception object |
IncorrectStoredProcedureParameterException()
Creates exception object
public:
IncorrectStoredProcedureParameterException();
public IncorrectStoredProcedureParameterException ();
Public Sub New ()
Applies to
IncorrectStoredProcedureParameterException(String)
Creates exception object
public:
IncorrectStoredProcedureParameterException(System::String ^ message);
public IncorrectStoredProcedureParameterException (string message);
new Microsoft.EnterpriseManagement.Warehouse.IncorrectStoredProcedureParameterException : string -> Microsoft.EnterpriseManagement.Warehouse.IncorrectStoredProcedureParameterException
Public Sub New (message As String)
Parameters
- message
- String
Message describing the exception.
Applies to
IncorrectStoredProcedureParameterException(SerializationInfo, StreamingContext)
Creates exception object
protected:
IncorrectStoredProcedureParameterException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected IncorrectStoredProcedureParameterException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.EnterpriseManagement.Warehouse.IncorrectStoredProcedureParameterException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.EnterpriseManagement.Warehouse.IncorrectStoredProcedureParameterException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
Object that holds the serialized data.
- context
- StreamingContext
Contextual information about the source/destination.
Applies to
IncorrectStoredProcedureParameterException(String, Exception)
Creates exception object
public:
IncorrectStoredProcedureParameterException(System::String ^ message, Exception ^ inner);
public IncorrectStoredProcedureParameterException (string message, Exception inner);
new Microsoft.EnterpriseManagement.Warehouse.IncorrectStoredProcedureParameterException : string * Exception -> Microsoft.EnterpriseManagement.Warehouse.IncorrectStoredProcedureParameterException
Public Sub New (message As String, inner As Exception)
Parameters
- message
- String
Message describing the exception.
- inner
- Exception
Underlying exception that cause this exception.