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