RelativityNotSupportedException
using System;
using System.CodeDom.Compiler;
using System.ComponentModel;
using System.Runtime.Serialization;
using System.CodeDom.Compiler;
using System.ComponentModel;
namespace Relativity.Transfer
{
[GeneratedCode("wsdl", "4.6.1055.0")]
public delegate void RemoveFillCompletedEventHandler (object sender, AsyncCompletedEventArgs e);
}
namespace Relativity.Transfer
{
[Serializable]
public class RelativityNotSupportedException : Exception
{
public RelativityNotSupportedException()
{
}
public RelativityNotSupportedException(string message)
: base(message)
{
}
public RelativityNotSupportedException(string message, Exception innerException)
: base(message, innerException)
{
}
protected RelativityNotSupportedException(SerializationInfo info, StreamingContext context)
: base(info, context)
{
}
public override void GetObjectData(SerializationInfo info, StreamingContext context)
{
if (info == null)
throw new ArgumentNullException("info");
base.GetObjectData(info, context);
}
}
}
namespace Relativity.Transfer
{
}