13 lines
238 B
C#
13 lines
238 B
C#
![]() |
using System;
|
|||
|
|
|||
|
namespace CPF.ReoGrid
|
|||
|
{
|
|||
|
[Serializable]
|
|||
|
public class FreezeUnsupportedException : ReoGridException
|
|||
|
{
|
|||
|
public FreezeUnsupportedException() : base("Current view model is not compatible with freeze panel.")
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|