SqlAssessmentProbeParameterException 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
SqlAssessmentProbeParameterException()
public SqlAssessmentProbeParameterException ();
Public Sub New ()
Applies to
SqlAssessmentProbeParameterException(String)
public SqlAssessmentProbeParameterException (string message);
new Microsoft.SqlServer.Management.Assessment.SqlAssessmentProbeParameterException : string -> Microsoft.SqlServer.Management.Assessment.SqlAssessmentProbeParameterException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
SqlAssessmentProbeParameterException(IProbe, String)
public SqlAssessmentProbeParameterException (Microsoft.SqlServer.Management.Assessment.Probes.IProbe probe, string parameterName);
new Microsoft.SqlServer.Management.Assessment.SqlAssessmentProbeParameterException : Microsoft.SqlServer.Management.Assessment.Probes.IProbe * string -> Microsoft.SqlServer.Management.Assessment.SqlAssessmentProbeParameterException
Public Sub New (probe As IProbe, parameterName As String)
Parameters
- probe
- IProbe
- parameterName
- String
Applies to
SqlAssessmentProbeParameterException(SerializationInfo, StreamingContext)
protected SqlAssessmentProbeParameterException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.Assessment.SqlAssessmentProbeParameterException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.Assessment.SqlAssessmentProbeParameterException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
SqlAssessmentProbeParameterException(String, Exception)
public SqlAssessmentProbeParameterException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Assessment.SqlAssessmentProbeParameterException : string * Exception -> Microsoft.SqlServer.Management.Assessment.SqlAssessmentProbeParameterException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception
Applies to
SqlAssessmentProbeParameterException(String, IProbe, String)
public SqlAssessmentProbeParameterException (string message, Microsoft.SqlServer.Management.Assessment.Probes.IProbe probe, string parameterName);
new Microsoft.SqlServer.Management.Assessment.SqlAssessmentProbeParameterException : string * Microsoft.SqlServer.Management.Assessment.Probes.IProbe * string -> Microsoft.SqlServer.Management.Assessment.SqlAssessmentProbeParameterException
Public Sub New (message As String, probe As IProbe, parameterName As String)
Parameters
- message
- String
- probe
- IProbe
- parameterName
- String