MalformedLineException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 MalformedLineException 類別的新執行個體。
多載
MalformedLineException() |
初始化 MalformedLineException 類別的新執行個體。 |
MalformedLineException(String) |
使用指定的錯誤訊息,初始化 MalformedLineException 類別的新執行個體。 |
MalformedLineException(SerializationInfo, StreamingContext) |
已淘汰.
使用序列化資料,初始化 MalformedLineException 類別的新執行個體。 |
MalformedLineException(String, Exception) |
使用指定的錯誤訊息以及造成此例外狀況的內部例外狀況的參考,初始化 MalformedLineException 類別的新執行個體。 |
MalformedLineException(String, Int64) |
使用指定的錯誤訊息和行號,初始化 MalformedLineException 類別的新執行個體。 |
MalformedLineException(String, Int64, Exception) |
使用指定的錯誤訊息、行號和造成這個例外狀況原因的內部例外參考,初始化 MalformedLineException 類別的新執行個體。 |
MalformedLineException()
初始化 MalformedLineException 類別的新執行個體。
public:
MalformedLineException();
public MalformedLineException ();
Public Sub New ()
備註
例外狀況表示 ReadFields 方法無法使用指定的格式剖析數據列。
下表顯示 MalformedLineException 執行個體的初始屬性值。
屬性 | 值 |
---|---|
InnerException | null 參考 (在 Visual Basic 中為 Nothing )。 |
Message | 當地語系化的錯誤訊息字串。 |
另請參閱
適用於
MalformedLineException(String)
使用指定的錯誤訊息,初始化 MalformedLineException 類別的新執行個體。
public:
MalformedLineException(System::String ^ message);
public MalformedLineException (string? message);
public MalformedLineException (string message);
new Microsoft.VisualBasic.FileIO.MalformedLineException : string -> Microsoft.VisualBasic.FileIO.MalformedLineException
Public Sub New (message As String)
參數
- message
- String
描述錯誤的訊息。
備註
message
參數的內容必須能讓人了解。 需要此建構函式的呼叫者,才能確保此字串已針對目前的系統文化特性進行當地語系化。
MalformedLineException 繼承自 Exception 類別。 此建構函式會設定 物件的屬性 Exception ,如下表所示。
屬性 | 值 |
---|---|
InnerException | null 參考 (在 Visual Basic 中為 Nothing ) |
Message | message 字串。 |
適用於
MalformedLineException(SerializationInfo, StreamingContext)
警告
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
使用序列化資料,初始化 MalformedLineException 類別的新執行個體。
protected:
MalformedLineException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected MalformedLineException (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 MalformedLineException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualBasic.FileIO.MalformedLineException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualBasic.FileIO.MalformedLineException
[<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 Microsoft.VisualBasic.FileIO.MalformedLineException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualBasic.FileIO.MalformedLineException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
參數
- info
- SerializationInfo
SerializationInfo 物件,包含有關擲回之例外狀況的序列化物件資料。
- context
- StreamingContext
StreamingContext 結構,包含關於來源或目的端的內容資訊。
- 屬性
備註
這個建構函式是在還原序列化期間呼叫,以便重新組成透過資料流傳輸的例外狀況物件。
適用於
MalformedLineException(String, Exception)
使用指定的錯誤訊息以及造成此例外狀況的內部例外狀況的參考,初始化 MalformedLineException 類別的新執行個體。
public:
MalformedLineException(System::String ^ message, Exception ^ innerException);
public MalformedLineException (string? message, Exception? innerException);
public MalformedLineException (string message, Exception innerException);
new Microsoft.VisualBasic.FileIO.MalformedLineException : string * Exception -> Microsoft.VisualBasic.FileIO.MalformedLineException
Public Sub New (message As String, innerException As Exception)
參數
- innerException
- Exception
導致目前例外狀況的 Exception 物件。 如果 InnerException 參數不是 null 參考 (在 Visual Basic 中為 Nothing
),則會在處理內部例外的 catch 區塊中引發目前的例外狀況。
備註
message
參數的內容必須能讓人了解。 需要此建構函式的呼叫者,才能確保此字串已針對目前的系統文化特性進行當地語系化。
被擲回以做為前一個例外狀況直接結果的例外狀況,應該在 InnerException 屬性中包含對前一個例外狀況的參考。 InnerException屬性會傳回相同的值,如果傳遞至建構函式,則為 null 參考InnerException不提供內部例外狀況值給建構函式。
下表顯示 ApplicationException 執行個體的初始屬性值。
屬性 | 值 |
---|---|
InnerException | innerException 參考。 |
Message | message 字串。 |
適用於
MalformedLineException(String, Int64)
使用指定的錯誤訊息和行號,初始化 MalformedLineException 類別的新執行個體。
public:
MalformedLineException(System::String ^ message, long lineNumber);
public MalformedLineException (string? message, long lineNumber);
public MalformedLineException (string message, long lineNumber);
new Microsoft.VisualBasic.FileIO.MalformedLineException : string * int64 -> Microsoft.VisualBasic.FileIO.MalformedLineException
Public Sub New (message As String, lineNumber As Long)
參數
- message
- String
例外狀況 (Exception) 的訊息。
- lineNumber
- Int64
錯誤行的行號。
備註
message
參數的內容必須能讓人了解。 需要此建構函式的呼叫者,才能確保此字串已針對目前的系統文化特性進行當地語系化。 參數 lineNumber
會 LineNumber 初始化 屬性。
MalformedLineException 繼承自 Exception。 此建構函式會設定 物件的屬性 Exception ,如下表所示。
屬性 | 值 |
---|---|
InnerException | null 參考 (在 Visual Basic 中為 Nothing ) |
Message | message 字串。 |
適用於
MalformedLineException(String, Int64, Exception)
使用指定的錯誤訊息、行號和造成這個例外狀況原因的內部例外參考,初始化 MalformedLineException 類別的新執行個體。
public:
MalformedLineException(System::String ^ message, long lineNumber, Exception ^ innerException);
public MalformedLineException (string? message, long lineNumber, Exception? innerException);
public MalformedLineException (string message, long lineNumber, Exception innerException);
new Microsoft.VisualBasic.FileIO.MalformedLineException : string * int64 * Exception -> Microsoft.VisualBasic.FileIO.MalformedLineException
Public Sub New (message As String, lineNumber As Long, innerException As Exception)
參數
- message
- String
例外狀況 (Exception) 的訊息。
- lineNumber
- Int64
錯誤行的行號。
- innerException
- Exception
導致目前例外狀況的 Exception。 如果 InnerException 參數不是 null 參考 (在 Visual Basic 中為 Nothing
),則會在處理內部例外的 catch 區塊中引發目前的例外狀況。
備註
message
參數的內容必須能讓人了解。 需要此建構函式的呼叫者,才能確保此字串已針對目前的系統文化特性進行當地語系化。 參數 lineNumber
會 LineNumber 初始化 屬性。
被擲回以做為前一個例外狀況直接結果的例外狀況,應該在 InnerException 屬性中包含對前一個例外狀況的參考。 InnerException屬性會傳回相同的值,如果傳遞至建構函式,則為 null 參考InnerException不提供內部例外狀況值給建構函式。
下表顯示 ApplicationException 執行個體的初始屬性值。
屬性 | 值 |
---|---|
InnerException | innerException 參考。 |
Message | message 字串。 |