XopDocumentException Class
Exception that is thrown when errors are found in the data that was found while parsing an XopDocument.
Namespace: Microsoft.Web.Services3.Mime
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim message As String
Dim xopDocumentException1 As New XopDocumentException(message)
Syntax
'Declaration
Public Class XopDocumentException
Inherits XmlException
public class XopDocumentException : XmlException
public ref class XopDocumentException : XmlException
public class XopDocumentException extends XmlException
public class XopDocumentException extends XmlException
Remarks
The XopDocumentException is thrown when there are errors in the MIME parts of a MTOM-encoded SOAP message. For more details about MTOM-encoded SOAP messages, see How to: Enable a Web Service to Send and Receive Large Amounts of Data.
Inheritance Hierarchy
System.Object
System.Exception
System.SystemException
System.Xml.XmlException
Microsoft.Web.Services3.Mime.XopDocumentException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
XopDocumentException Members
Microsoft.Web.Services3.Mime Namespace