SqlAssessmentProbeException 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
SqlAssessmentProbeException()
public SqlAssessmentProbeException ();
Public Sub New ()
Applies to
SqlAssessmentProbeException(String)
public SqlAssessmentProbeException (string message);
new Microsoft.SqlServer.Management.Assessment.Probes.SqlAssessmentProbeException : string -> Microsoft.SqlServer.Management.Assessment.Probes.SqlAssessmentProbeException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
SqlAssessmentProbeException(String, Exception)
public SqlAssessmentProbeException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Assessment.Probes.SqlAssessmentProbeException : string * Exception -> Microsoft.SqlServer.Management.Assessment.Probes.SqlAssessmentProbeException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception
Applies to
SqlAssessmentProbeException(String, Object)
public SqlAssessmentProbeException (string message, object arg);
new Microsoft.SqlServer.Management.Assessment.Probes.SqlAssessmentProbeException : string * obj -> Microsoft.SqlServer.Management.Assessment.Probes.SqlAssessmentProbeException
Public Sub New (message As String, arg As Object)
Parameters
- message
- String
- arg
- Object
Applies to
SqlAssessmentProbeException(Exception, String, Object[])
public SqlAssessmentProbeException (Exception innerException, string message, params object[] args);
new Microsoft.SqlServer.Management.Assessment.Probes.SqlAssessmentProbeException : Exception * string * obj[] -> Microsoft.SqlServer.Management.Assessment.Probes.SqlAssessmentProbeException
Public Sub New (innerException As Exception, message As String, ParamArray args As Object())
Parameters
- innerException
- Exception
- message
- String
- args
- Object[]