Show / Hide Table of Contents

Class NoItemsFoundException

Represents an exception that was returned from the server as a SOAP fault indicating that no items were found

Inheritance
System.Object
System.Exception
ServerException
NoItemsFoundException
Inherited Members
ServerException._database
ServerException._fault
ServerException._query
ServerException.Database
ServerException.Fault
ServerException.FaultCode
ServerException.Query
ServerException.CreateReader()
ServerException.ToAml()
ServerException.ToAml(XmlWriter, AmlWriterSettings)
ServerException.AsResult()
ServerException.ToString()
System.Exception.GetBaseException()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public class NoItemsFoundException : ServerException, IAmlNode
Remarks

To create a new instance of this class, use NoItemsFoundException(String) or one of the other overloads

Extension Methods

ItemExtensions.ToAml(IAmlNode, AmlWriterSettings)
ItemExtensions.ToAml(IAmlNode, XmlWriter)
ItemExtensions.ItemsWithNoAccessCount(NoItemsFoundException)
ItemExtensions.ToXml(IAmlNode)
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX