Last change
on this file since 13401 was
12762,
checked in by aballeit, 9 years ago
|
#2283 GUI updates, Tree-chart, MCTS Version 2 (prune leaves)
|
File size:
426 bytes
|
Line | |
---|
1 | using System;
|
---|
2 |
|
---|
3 | namespace SharpVectors.Dom.Svg
|
---|
4 | {
|
---|
5 | [Serializable]
|
---|
6 | public class SvgExternalResourcesRequiredException : DomException
|
---|
7 | {
|
---|
8 | public SvgExternalResourcesRequiredException(): base("", null)
|
---|
9 | {
|
---|
10 | }
|
---|
11 |
|
---|
12 | protected SvgExternalResourcesRequiredException( System.Runtime.Serialization.SerializationInfo info , System.Runtime.Serialization.StreamingContext context ) : base(info, context)
|
---|
13 | {
|
---|
14 | }
|
---|
15 | }
|
---|
16 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.