Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SUDSParserException.cs « System.Runtime.Remoting.MetadataServices « System.Runtime.Remoting « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ed0bfb9fa99d1f142b1e67812352c5325d1b9d1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
// System.Runtime.Remoting.MetadataServices.SUDSParserException
//
// Authors:
//      Martin Willemoes Hansen (mwh@sysrq.dk)
//
// (C) 2003 Martin Willemoes Hansen
//

namespace System.Runtime.Remoting.MetadataServices
{
	public class SUDSParserException : Exception
	{
		internal SUDSParserException ()
		{
		}
	}
}