13 lines
194 B
C#
13 lines
194 B
C#
![]() |
using System;
|
|||
|
|
|||
|
namespace CPF.ReoGrid
|
|||
|
{
|
|||
|
[Serializable]
|
|||
|
public class WorksheetNotFoundException : ReoGridException
|
|||
|
{
|
|||
|
public WorksheetNotFoundException(string msg) : base(msg)
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|