Show / Hide Table of Contents

Class ValidationReportException

Represents an exception that was returned from the server as a SOAP fault containing a validation report

Inheritance
System.Object
System.Exception
ServerException
ValidationReportException
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 ValidationReportException : 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

Report

Gets the HTML report string

Declaration
public string Report { get; }
Property Value
Type Description
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