SwitchExpressionException.UnmatchedValue 属性
定义
获取与该异常关联的不匹配值。Gets the unmatched value associated with the exception.
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
属性值
导致异常的不匹配值。The unmatched value causing the exception.