FunctionNotASmoObjectException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| FunctionNotASmoObjectException() |
Basiskonstruktor |
| FunctionNotASmoObjectException(String) |
Basiskonstruktor |
| FunctionNotASmoObjectException(String, Exception) |
Basiskonstruktor |
| FunctionNotASmoObjectException(String, String) |
Konstruktor |
FunctionNotASmoObjectException()
Basiskonstruktor
public FunctionNotASmoObjectException();
Public Sub New ()
Gilt für:
FunctionNotASmoObjectException(String)
Basiskonstruktor
public FunctionNotASmoObjectException(string message);
new Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException : string -> Microsoft.SqlServer.Management.Dmf.FunctionNotASmoObjectException
Public Sub New (message As String)
Parameter
- message
- String
Gilt für:
FunctionNotASmoObjectException(String, Exception)
Basiskonstruktor
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)
Parameter
- message
- String
- innerException
- Exception
Gilt für:
FunctionNotASmoObjectException(String, String)
Konstruktor
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)
Parameter
- functionName
- String
- targetType
- String