NonConfigurableReadOnlyPropertyException 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 kami mencoba mengonfigurasi beberapa properti baca-saja
[System.Serializable]
public sealed class NonConfigurableReadOnlyPropertyException : Microsoft.SqlServer.Management.Dmf.DmfException
[<System.Serializable>]
type NonConfigurableReadOnlyPropertyException = class
inherit DmfException
Public NotInheritable Class NonConfigurableReadOnlyPropertyException
Inherits DmfException
- Warisan
- Atribut
Konstruktor
| Nama | Deskripsi |
|---|---|
| NonConfigurableReadOnlyPropertyException() |
Constructor |
| NonConfigurableReadOnlyPropertyException(String, Exception) |
Konstruktor dasar |
| NonConfigurableReadOnlyPropertyException(String, String, Exception) |
Konstruktor dasar dengan nama properti tambahan |
| NonConfigurableReadOnlyPropertyException(String) |
Constructor |
Properti
| Nama | Deskripsi |
|---|---|
| DmfExceptionType |
Tipe Pengecualian |
| HelpLink |
akan mengeluarkan tautan ke situs web bantuan (Diperoleh dari DmfException) |
| Message |
Message |
| PropertyName |
Nama Properti |
Metode
| Nama | Deskripsi |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |
Pembantu serialisasi |
| Init() |
Menginisialisasi properti instans (Diperoleh dari DmfException) |
| SetHelpContext(String) |
Mengatur Konteks Bantuan (Diperoleh dari DmfException) |