XmlException

Overview

Exception triggered when parsing files.

Location

  • Reference:
    • Elements.dll  .NET, .NET Core 6.0, .NET Standard 2.0
    • elements.jar  Cooper
    • Elements.fx  Island, ToffeeV2
    • libElements.fx  Toffee
  • Namespace: RemObjects.Elements.RTL
  • Platforms: .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, Toffee, ToffeeV2
  • Ancestry:
    • Exception | XmlException  .NET, .NET Core 6.0, .NET Standard 2.0, Cooper
    • Exception | XmlException  Island-Android, Island-Ubuntu, Island-WebAssembly-wasm32, Island-Windows
    • NSException | XmlException  Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-visionOS, Island-visionOS Simulator, Island-watchOS, Island-watchOS Simulator, Toffee, ToffeeV2

Properties


Column

 

property Column: Int32 read write;

 

Int32 Column { get; set; }

 

var Column: Int32 { get{} set{} }

 

Integer Column { __get; __set; }

 

Property Column() As Int32

Row

 

property Row: Int32 read write;

 

Int32 Row { get; set; }

 

var Row: Int32 { get{} set{} }

 

Integer Row { __get; __set; }

 

Property Row() As Int32

Instance Methods


constructor (String)

 

constructor(aMessage: String)

 

XmlException(String aMessage)

 

init(_ aMessage: String)

 

XmlException(String aMessage)

 

Sub New(aMessage As String)

Parameters:

  • aMessage:

constructor (String, Int32, Int32)

 

constructor(aMessage: String; aRow: Int32; aColumn: Int32)

 

XmlException(String aMessage, Int32 aRow, Int32 aColumn)

 

init(_ aMessage: String, _ aRow: Int32, _ aColumn: Int32)

 

XmlException(String aMessage, Integer aRow, Integer aColumn)

 

Sub New(aMessage As String, aRow As Int32, aColumn As Int32)

Parameters:

  • aMessage:
  • aRow:
  • aColumn: