SqlAssessmentOverflowException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
SqlAssessmentOverflowException()
public SqlAssessmentOverflowException();
Public Sub New ()
Si applica a
SqlAssessmentOverflowException(String)
public SqlAssessmentOverflowException(string message);
new Microsoft.SqlServer.Management.Assessment.SqlAssessmentOverflowException : string -> Microsoft.SqlServer.Management.Assessment.SqlAssessmentOverflowException
Public Sub New (message As String)
Parametri
- message
- String
Si applica a
SqlAssessmentOverflowException(Type)
public SqlAssessmentOverflowException(Type type);
new Microsoft.SqlServer.Management.Assessment.SqlAssessmentOverflowException : Type -> Microsoft.SqlServer.Management.Assessment.SqlAssessmentOverflowException
Public Sub New (type As Type)
Parametri
- type
- Type
Si applica a
SqlAssessmentOverflowException(SerializationInfo, StreamingContext)
protected SqlAssessmentOverflowException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.Assessment.SqlAssessmentOverflowException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.Assessment.SqlAssessmentOverflowException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parametri
- info
- SerializationInfo
- context
- StreamingContext
Si applica a
SqlAssessmentOverflowException(String, Exception)
public SqlAssessmentOverflowException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Assessment.SqlAssessmentOverflowException : string * Exception -> Microsoft.SqlServer.Management.Assessment.SqlAssessmentOverflowException
Public Sub New (message As String, innerException As Exception)
Parametri
- message
- String
- innerException
- Exception
Si applica a
SqlAssessmentOverflowException(Type, Exception)
public SqlAssessmentOverflowException(Type type, Exception innerException);
new Microsoft.SqlServer.Management.Assessment.SqlAssessmentOverflowException : Type * Exception -> Microsoft.SqlServer.Management.Assessment.SqlAssessmentOverflowException
Public Sub New (type As Type, innerException As Exception)
Parametri
- type
- Type
- innerException
- Exception