5 lines
78 B
C#
5 lines
78 B
C#
|
|
public class MyException : Exception
|
||
|
|
{
|
||
|
|
// data with info about exception
|
||
|
|
};
|