13 lines
201 B
C#
13 lines
201 B
C#
![]() |
using System;
|
|||
|
|
|||
|
namespace CPF.ReoGrid
|
|||
|
{
|
|||
|
[Serializable]
|
|||
|
public class OutlineNotFoundException : OutlineException
|
|||
|
{
|
|||
|
public OutlineNotFoundException(int start, string msg) : base(msg)
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|