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

属性值

导致异常的不匹配值。

适用于