DAWhereParseXmlException

Overview

The DAWhereParseXmlException class represents an exception that is raised when Data Abstract cannot deserialize provided Xml document as a Dynamic Where expression.

Location


 

constructor    (declared in ServerException)

 

constructor

 

DAWhereParseXmlException()

 

Sub New()

constructor (SerializationInfo, StreamingContext)

Creates a new instance of the DAWhereParseXmlException class and initializes it with serialized data.

 

constructor(info: SerializationInfo; context: StreamingContext)

 

DAWhereParseXmlException(SerializationInfo info, StreamingContext context)

 

Sub New(info As SerializationInfo, context As StreamingContext)

Parameters:

  • info: Serialized data about the exception being thrown
  • context: The System.Runtime.Serialization.StreamingContext instance that contains conceptial information about the source or destination

constructor (String)

Creates a new instance of the DAWhereParseXmlException class and sets the exception message.

 

constructor(message: String)

 

DAWhereParseXmlException(String message)

 

Sub New(message As String)

Parameters:

  • message: Exception message

constructor (String, Boolean)

Creates a new instance of the DAWhereParseXmlException class and sets the exception message and a flag indicating whether exception was initially raised on the remote server.

 

constructor(message: String; fromServer: Boolean)

 

DAWhereParseXmlException(String message, Boolean fromServer)

 

Sub New(message As String, fromServer As Boolean)

Parameters:

  • message: Exception message
  • fromServer: Flag indicating whether exception was initially raised on the remote server

constructor (String, Exception)

Creates a new instance of the DAWhereParseXmlException class and sets the exception message.

 

constructor(message: String; innerException: Exception)

 

DAWhereParseXmlException(String message, Exception innerException)

 

Sub New(message As String, innerException As Exception)

Parameters:

  • message: Exception message.
  • innerException: Inner exception

constructor (String, array of Object)

Creates a new instance of the DAWhereParseXmlException class and sets the exception message.

 

constructor(message: String; params parameters: array of Object)

 

DAWhereParseXmlException(String message, params Object[] parameters)

 

Sub New(message As String, ParamArray parameters As Object())

Parameters:

  • message: Exception message. Can contain placeholders that will be filled using the vaues of the parameters argument. This argument accepts the same format string as the String.Format method
  • parameters: Values(s) of this argument will be substituted to the placeholders contained in the message format string

FromServer    (declared in ServerException)

This property is set to true if the exception was received from the server and was re-thrown on the client tier. It's false if the exception was thrown on the same tier as the code processing it.

 

property FromServer: Boolean read;

 

Boolean FromServer { get; }

 

ReadOnly Property FromServer() As Boolean

GetAttributeCount    (declared in ServerException)

 

method GetAttributeCount: Int32

 

Int32 GetAttributeCount()

 

Function GetAttributeCount() As Int32

GetAttributeName    (declared in ServerException)

 

method GetAttributeName(index: Int32): String

 

String GetAttributeName(Int32 index)

 

Function GetAttributeName(index As Int32) As String

Parameters:

  • index:

GetAttributeValue    (declared in ServerException)

 

method GetAttributeValue(index: Int32): String

 

String GetAttributeValue(Int32 index)

 

Function GetAttributeValue(index As Int32) As String

Parameters:

  • index:

ServerStackTrace    (declared in ServerException)

The stack trace of the exception location obtained from the server, if available.

 

property ServerStackTrace: String read write;

 

String ServerStackTrace { get; set; }

 

Property ServerStackTrace() As String

ToString    (declared in ServerException)

 

method ToString: String

 

String ToString()

 

Function ToString() As String

 

FromServer    (declared in ServerException)

This property is set to true if the exception was received from the server and was re-thrown on the client tier. It's false if the exception was thrown on the same tier as the code processing it.

 

property FromServer: Boolean read;

 

Boolean FromServer { get; }

 

ReadOnly Property FromServer() As Boolean

ServerStackTrace    (declared in ServerException)

The stack trace of the exception location obtained from the server, if available.

 

property ServerStackTrace: String read write;

 

String ServerStackTrace { get; set; }

 

Property ServerStackTrace() As String

 

constructor    (declared in ServerException)

 

constructor

 

DAWhereParseXmlException()

 

Sub New()

constructor (SerializationInfo, StreamingContext)

Creates a new instance of the DAWhereParseXmlException class and initializes it with serialized data.

 

constructor(info: SerializationInfo; context: StreamingContext)

 

DAWhereParseXmlException(SerializationInfo info, StreamingContext context)

 

Sub New(info As SerializationInfo, context As StreamingContext)

Parameters:

  • info: Serialized data about the exception being thrown
  • context: The System.Runtime.Serialization.StreamingContext instance that contains conceptial information about the source or destination

constructor (String)

Creates a new instance of the DAWhereParseXmlException class and sets the exception message.

 

constructor(message: String)

 

DAWhereParseXmlException(String message)

 

Sub New(message As String)

Parameters:

  • message: Exception message

constructor (String, Boolean)

Creates a new instance of the DAWhereParseXmlException class and sets the exception message and a flag indicating whether exception was initially raised on the remote server.

 

constructor(message: String; fromServer: Boolean)

 

DAWhereParseXmlException(String message, Boolean fromServer)

 

Sub New(message As String, fromServer As Boolean)

Parameters:

  • message: Exception message
  • fromServer: Flag indicating whether exception was initially raised on the remote server

constructor (String, Exception)

Creates a new instance of the DAWhereParseXmlException class and sets the exception message.

 

constructor(message: String; innerException: Exception)

 

DAWhereParseXmlException(String message, Exception innerException)

 

Sub New(message As String, innerException As Exception)

Parameters:

  • message: Exception message.
  • innerException: Inner exception

constructor (String, array of Object)

Creates a new instance of the DAWhereParseXmlException class and sets the exception message.

 

constructor(message: String; params parameters: array of Object)

 

DAWhereParseXmlException(String message, params Object[] parameters)

 

Sub New(message As String, ParamArray parameters As Object())

Parameters:

  • message: Exception message. Can contain placeholders that will be filled using the vaues of the parameters argument. This argument accepts the same format string as the String.Format method
  • parameters: Values(s) of this argument will be substituted to the placeholders contained in the message format string

GetAttributeCount    (declared in ServerException)

 

method GetAttributeCount: Int32

 

Int32 GetAttributeCount()

 

Function GetAttributeCount() As Int32

GetAttributeName    (declared in ServerException)

 

method GetAttributeName(index: Int32): String

 

String GetAttributeName(Int32 index)

 

Function GetAttributeName(index As Int32) As String

Parameters:

  • index:

GetAttributeValue    (declared in ServerException)

 

method GetAttributeValue(index: Int32): String

 

String GetAttributeValue(Int32 index)

 

Function GetAttributeValue(index As Int32) As String

Parameters:

  • index:

ToString    (declared in ServerException)

 

method ToString: String

 

String ToString()

 

Function ToString() As String