SyntaxErrorException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SyntaxErrorException クラスの新しいインスタンスを初期化します。
オーバーロード
SyntaxErrorException() |
SyntaxErrorException クラスの新しいインスタンスを初期化します。 |
SyntaxErrorException(String) |
文字列を指定して、SyntaxErrorException クラスの新しいインスタンスを初期化します。 |
SyntaxErrorException(SerializationInfo, StreamingContext) |
古い.
SyntaxErrorException と SerializationInfo を使用して、StreamingContext クラスの新しいインスタンスを初期化します。 |
SyntaxErrorException(String, Exception) |
指定したエラー メッセージおよびこの例外の原因となった内部例外への参照を使用して、SyntaxErrorException クラスの新しいインスタンスを初期化します。 |
SyntaxErrorException()
SyntaxErrorException クラスの新しいインスタンスを初期化します。
public:
SyntaxErrorException();
public SyntaxErrorException ();
Public Sub New ()
適用対象
SyntaxErrorException(String)
文字列を指定して、SyntaxErrorException クラスの新しいインスタンスを初期化します。
public:
SyntaxErrorException(System::String ^ s);
public SyntaxErrorException (string? s);
public SyntaxErrorException (string s);
new System.Data.SyntaxErrorException : string -> System.Data.SyntaxErrorException
Public Sub New (s As String)
パラメーター
- s
- String
例外がスローされたときに表示する文字列。
適用対象
SyntaxErrorException(SerializationInfo, StreamingContext)
注意事項
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
SyntaxErrorException と SerializationInfo を使用して、StreamingContext クラスの新しいインスタンスを初期化します。
protected:
SyntaxErrorException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected SyntaxErrorException (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 SyntaxErrorException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Data.SyntaxErrorException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.SyntaxErrorException
[<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.SyntaxErrorException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.SyntaxErrorException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
パラメーター
- info
- SerializationInfo
オブジェクトのシリアル化または逆シリアル化に必要なデータです。
- context
- StreamingContext
特定のシリアル化ストリームの転送元と転送先。
- 属性
適用対象
SyntaxErrorException(String, Exception)
指定したエラー メッセージおよびこの例外の原因となった内部例外への参照を使用して、SyntaxErrorException クラスの新しいインスタンスを初期化します。
public:
SyntaxErrorException(System::String ^ message, Exception ^ innerException);
public SyntaxErrorException (string? message, Exception? innerException);
public SyntaxErrorException (string message, Exception innerException);
new System.Data.SyntaxErrorException : string * Exception -> System.Data.SyntaxErrorException
Public Sub New (message As String, innerException As Exception)
パラメーター
- message
- String
例外の原因を説明するエラー メッセージ。
- innerException
- Exception
現在の例外の原因である例外。内部例外が指定されていない場合は null 参照 (Visual Basic では、Nothing
)。
適用対象
.NET