ExpressionTypeMistmatchException Kelas
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.
Pengecualian ini akan dilemparkan ketika argumen operator memiliki jenis yang tidak kompatibel
public sealed class ExpressionTypeMistmatchException : Microsoft.SqlServer.Management.Dmf.DmfException
type ExpressionTypeMistmatchException = class
inherit DmfException
Public NotInheritable Class ExpressionTypeMistmatchException
Inherits DmfException
- Warisan
Konstruktor
| Nama | Deskripsi |
|---|---|
| ExpressionTypeMistmatchException() |
Konstruktor dasar |
| ExpressionTypeMistmatchException(String, Exception) |
Konstruktor dasar |
| ExpressionTypeMistmatchException(String, String) |
Constructor |
| ExpressionTypeMistmatchException(String) |
Konstruktor dasar |
Properti
| Nama | Deskripsi |
|---|---|
| DmfExceptionType |
Tipe Pengecualian |
| HelpLink |
akan mengeluarkan tautan ke situs web bantuan (Diperoleh dari DmfException) |
| Message |
Message |
| TypeLeft |
Nama jenis operand kiri |
| TypeRight |
Nama jenis operand kanan |
Metode
| Nama | Deskripsi |
|---|---|
| Init() |
Menginisialisasi properti instans (Diperoleh dari DmfException) |
| SetHelpContext(String) |
Mengatur Konteks Bantuan (Diperoleh dari DmfException) |