TypeNotMappedException 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.
Menginisialisasi instans baru kelas TypeNotMappedException.
Overload
| TypeNotMappedException() |
Menginisialisasi instans TypeNotMappedException baru kelas dengan nilai default. |
| TypeNotMappedException(String) |
Menginisialisasi instans TypeNotMappedException baru kelas dengan pesan kesalahan tertentu. |
| TypeNotMappedException(SerializationInfo, StreamingContext) |
Menginisialisasi instans TypeNotMappedException baru kelas dengan informasi serialisasi dan konteks yang ditentukan. |
| TypeNotMappedException(String, Exception) |
Menginisialisasi instans TypeNotMappedException baru kelas dengan pesan kesalahan tertentu dan referensi ke pengecualian dalam yang merupakan penyebab pengecualian ini. |
TypeNotMappedException()
Menginisialisasi instans TypeNotMappedException baru kelas dengan nilai default.
public:
TypeNotMappedException();
public TypeNotMappedException ();
Public Sub New ()
Berlaku untuk
TypeNotMappedException(String)
Menginisialisasi instans TypeNotMappedException baru kelas dengan pesan kesalahan tertentu.
public:
TypeNotMappedException(System::String ^ message);
public TypeNotMappedException (string message);
new Microsoft.SqlServer.XEvent.Linq.TypeNotMappedException : string -> Microsoft.SqlServer.XEvent.Linq.TypeNotMappedException
Public Sub New (message As String)
Parameter
- message
- String
Pesan kesalahan.
Berlaku untuk
TypeNotMappedException(SerializationInfo, StreamingContext)
Menginisialisasi instans TypeNotMappedException baru kelas dengan informasi serialisasi dan konteks yang ditentukan.
protected:
TypeNotMappedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected TypeNotMappedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.XEvent.Linq.TypeNotMappedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.XEvent.Linq.TypeNotMappedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameter
- info
- SerializationInfo
Data objek berseri.
- context
- StreamingContext
Informasi kontekstual tentang sumber atau tujuan.
Berlaku untuk
TypeNotMappedException(String, Exception)
Menginisialisasi instans TypeNotMappedException baru kelas dengan pesan kesalahan tertentu dan referensi ke pengecualian dalam yang merupakan penyebab pengecualian ini.
public:
TypeNotMappedException(System::String ^ message, Exception ^ inner);
public TypeNotMappedException (string message, Exception inner);
new Microsoft.SqlServer.XEvent.Linq.TypeNotMappedException : string * Exception -> Microsoft.SqlServer.XEvent.Linq.TypeNotMappedException
Public Sub New (message As String, inner As Exception)
Parameter
- message
- String
Pesan kesalahan.
- inner
- Exception
Pengecualian dalam.