NoTargetSetEnabledException 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
NoTargetSetEnabledException() | |
NoTargetSetEnabledException(String) | |
NoTargetSetEnabledException(String, Exception) |
Base constructor |
NoTargetSetEnabledException()
public NoTargetSetEnabledException ();
Public Sub New ()
Applies to
NoTargetSetEnabledException(String)
public NoTargetSetEnabledException (string objectSetName);
new Microsoft.SqlServer.Management.Dmf.NoTargetSetEnabledException : string -> Microsoft.SqlServer.Management.Dmf.NoTargetSetEnabledException
Public Sub New (objectSetName As String)
Parameters
- objectSetName
- String
Applies to
NoTargetSetEnabledException(String, Exception)
Base constructor
public NoTargetSetEnabledException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.NoTargetSetEnabledException : string * Exception -> Microsoft.SqlServer.Management.Dmf.NoTargetSetEnabledException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception