Show / Hide Table of Contents

Class ValidationException

Represents an exception that was returned from the server as a SOAP fault containing information about properties being validated

Inheritance
System.Object
System.Exception
ServerException
ValidationException
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 ValidationException : ServerException, IAmlNode
Remarks

To create a new instance of this class, use ValidationException(String, IReadOnlyItem, String[]) or one of the other overloads

Properties

| Improve this Doc View Source

Item

Gets the item being validated

Declaration
public IReadOnlyItem Item { get; }
Property Value
Type Description
IReadOnlyItem
| Improve this Doc View Source

Properties

Gets the properties for which there were validation errors

Declaration
public IEnumerable<string> Properties { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>

Extension Methods

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