MarkLogic XCC/.Net Library

StreamingResultException Class

This unchecked (runtime) exception may be thrown by some methods of streaming ResultSequence objects if an IOException occurs while processing the streaming data.

For a list of all members of this type, see StreamingResultException Members.

System.Object
   System.Exception
      System.SystemException
         Marklogic.Xcc.Exceptions.StreamingResultException

[Visual Basic]
<Serializable, _  Serializable>
Public Class StreamingResultException
    Inherits SystemException
[C#]
[Serializable]
[Serializable]
public class StreamingResultException : SystemException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Marklogic.Xcc.Exceptions

Assembly: MarklogicXcc (in MarklogicXcc.dll)

See Also

StreamingResultException Members | Marklogic.Xcc.Exceptions Namespace