**** Merged from MCS ****
[mono-project.git] / mcs / class / Microsoft.Web.Services / Microsoft.Web.Services.Timestamp / TimestampFault.cs
blobe69a9c115a6cd1c14c92b95b99a224ec6a40d5c7
1 //
2 // TimestampFault.cs: Undocument exception when message expires
3 //
4 // Author:
5 // Sebastien Pouliot (spouliot@motus.com)
6 //
7 // (C) 2002, 2003 Motus Technologies Inc. (http://www.motus.com)
8 //
9 // Licensed under MIT X11 (see LICENSE) with this specific addition:
11 // “This source code may incorporate intellectual property owned by Microsoft
12 // Corporation. Our provision of this source code does not include any licenses
13 // or any other rights to you under any Microsoft intellectual property. If you
14 // would like a license from Microsoft (e.g. rebrand, redistribute), you need
15 // to contact Microsoft directly.”
18 using System;
19 using System.Web.Services.Protocols;
20 using System.Xml;
22 namespace Microsoft.Web.Services.Timestamp {
24 internal class TimestampFault : SoapHeaderException {
26 public TimestampFault (string message, XmlQualifiedName code) : base (message, code) {}