SqlAssessmentOverflowException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
SqlAssessmentOverflowException()
public SqlAssessmentOverflowException();
Public Sub New ()
Se aplica 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)
Parámetros
- message
- String
Se aplica 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)
Parámetros
- type
- Type
Se aplica 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)
Parámetros
- info
- SerializationInfo
- context
- StreamingContext
Se aplica 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)
Parámetros
- message
- String
- innerException
- Exception
Se aplica 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)
Parámetros
- type
- Type
- innerException
- Exception