StrongTypingException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 StrongTypingException 類別的新執行個體。
多載
StrongTypingException() |
初始化 StrongTypingException 類別的新執行個體。 |
StrongTypingException(String) |
使用指定的字串,初始化 StrongTypingException 類別的新執行個體。 |
StrongTypingException(SerializationInfo, StreamingContext) |
已淘汰.
使用指定序列化 (Serialization) 資訊和資料流 (Streaming) 內容,初始化 StrongTypingException 類別的新執行個體。 |
StrongTypingException(String, Exception) |
使用指定的字串和內部例外狀況,初始化 StrongTypingException 類別的新執行個體。 |
StrongTypingException()
初始化 StrongTypingException 類別的新執行個體。
public:
StrongTypingException();
public StrongTypingException ();
Public Sub New ()
備註
StrongTypingException 類別並非要做為獨立的元件使用,而是要做為其他類別衍生標準功能時所根據的類別。
適用於
StrongTypingException(String)
使用指定的字串,初始化 StrongTypingException 類別的新執行個體。
public:
StrongTypingException(System::String ^ message);
public StrongTypingException (string? message);
public StrongTypingException (string message);
new System.Data.StrongTypingException : string -> System.Data.StrongTypingException
Public Sub New (message As String)
參數
- message
- String
例外狀況擲回時要顯示的字串。
備註
StrongTypingException 類別並非要做為獨立的元件使用,而是要做為其他類別衍生標準功能時所根據的類別。
適用於
StrongTypingException(SerializationInfo, StreamingContext)
警告
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
使用指定序列化 (Serialization) 資訊和資料流 (Streaming) 內容,初始化 StrongTypingException 類別的新執行個體。
protected:
StrongTypingException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected StrongTypingException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected StrongTypingException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Data.StrongTypingException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.StrongTypingException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.Data.StrongTypingException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.StrongTypingException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
參數
- info
- SerializationInfo
- context
- StreamingContext
StreamingContext 結構。
- 屬性
備註
StrongTypingException 類別並非要做為獨立的元件使用,而是要做為其他類別衍生標準功能時所根據的類別。
適用於
StrongTypingException(String, Exception)
使用指定的字串和內部例外狀況,初始化 StrongTypingException 類別的新執行個體。
public:
StrongTypingException(System::String ^ s, Exception ^ innerException);
public StrongTypingException (string? s, Exception? innerException);
public StrongTypingException (string s, Exception innerException);
new System.Data.StrongTypingException : string * Exception -> System.Data.StrongTypingException
Public Sub New (s As String, innerException As Exception)
參數
- s
- String
例外狀況擲回時要顯示的字串。
- innerException
- Exception
內部例外狀況的參考。
備註
StrongTypingException 類別並非要做為獨立的元件使用,而是要做為其他類別衍生標準功能時所根據的類別。