UnsupportedFeatureException 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
UnsupportedFeatureException() |
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException. |
UnsupportedFeatureException(String) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException. |
UnsupportedFeatureException(String, Exception) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException. |
UnsupportedFeatureException()
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException.
public UnsupportedFeatureException ();
Public Sub New ()
Applies to
UnsupportedFeatureException(String)
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException.
public UnsupportedFeatureException (string message);
new Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException : string -> Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException
Public Sub New (message As String)
Parameters
- message
- String
The message of the exception.
Applies to
UnsupportedFeatureException(String, Exception)
Constructor for the T:Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException.
public UnsupportedFeatureException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException : string * Exception -> Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
The message of the exception.
- innerException
- Exception
The T:System.Exception instance that caused the current exception.