SwitchExpressionException.UnmatchedValue プロパティ

定義

例外に関連付けられている一致しないい値を取得します。

public:
 property System::Object ^ UnmatchedValue { System::Object ^ get(); };
public object? UnmatchedValue { get; }
public object UnmatchedValue { get; }
member this.UnmatchedValue : obj
Public ReadOnly Property UnmatchedValue As Object

プロパティ値

例外の原因となった一致しない値。

適用対象