FunctionNoServerException Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
| Nama | Deskripsi |
|---|---|
| FunctionNoServerException() |
Konstruktor dasar |
| FunctionNoServerException(String) |
Membuat Pengecualian untuk upaya berulang untuk mendaftarkan rakitan yang sama |
| FunctionNoServerException(String, Exception) |
Konstruktor dasar |
FunctionNoServerException()
Konstruktor dasar
public FunctionNoServerException();
Public Sub New ()
Berlaku untuk
FunctionNoServerException(String)
Membuat Pengecualian untuk upaya berulang untuk mendaftarkan rakitan yang sama
public FunctionNoServerException(string message);
new Microsoft.SqlServer.Management.Dmf.FunctionNoServerException : string -> Microsoft.SqlServer.Management.Dmf.FunctionNoServerException
Public Sub New (message As String)
Parameter
- message
- String
Berlaku untuk
FunctionNoServerException(String, Exception)
Konstruktor dasar
public FunctionNoServerException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.FunctionNoServerException : string * Exception -> Microsoft.SqlServer.Management.Dmf.FunctionNoServerException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
- innerException
- Exception