AK.F1.Timing.Live.LiveDataTest.to_grid_column_throws_a_serialization_exception_if_column_cannot_be_converted C# (CSharp) Method

to_grid_column_throws_a_serialization_exception_if_column_cannot_be_converted() private method

private to_grid_column_throws_a_serialization_exception_if_column_cannot_be_converted ( int column, SessionType currentSessionType ) : void
column int
currentSessionType SessionType
return void
        public void to_grid_column_throws_a_serialization_exception_if_column_cannot_be_converted(int column, SessionType currentSessionType)
        {
            Assert.Throws<SerializationException>(() => LiveData.ToGridColumn(checked((byte)column), currentSessionType));
        }