Class ValidationReportException
Represents an exception that was returned from the server as a SOAP fault containing a validation report
Inherited Members
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 SourceItem
Gets the item being validated
Declaration
public IReadOnlyItem Item { get; }
Property Value
Type | Description |
---|---|
IReadOnlyItem |
Report
Gets the HTML report string
Declaration
public string Report { get; }
Property Value
Type | Description |
---|---|
System.String |