.NET Connector Method Reference

.NET Connector Method Reference

Show / Hide Table of Contents
  • Attachmate.Verastream.HostIntegrator.E2V
    • Area
    • ExtraArea
    • ExtraOIA
    • ExtraScreen
    • ExtraSession
    • ExtraSessions
    • ExtraSystem
    • OIA
    • Screen
    • Session
    • Sessions
    • System
  • Attachmate.Verastream.HostIntegrator.EAO2V
    • ATM_AREA
    • ATM_FIELDTYPE
    • ATM_FINDFIELD
    • ATM_OIA
    • ATM_OIA_ERRORSTATUS
    • ATM_OIA_OWNER
    • ATM_OIA_XSTATUS
    • ATM_SESSION_STATE
    • ATM_WRAP
    • AtmConTN3270
    • AtmConstants
    • AtmScreen3270
    • AtmSession
    • AtmSessionConstants
    • IAtmConTN3270
    • IAtmOia3270
    • IAtmScreen3270
    • IAtmSession
    • IAtmWait
  • WRQ.Verastream.HostIntegrator
    • AidKey
    • AttributeMetaData
    • Color
    • ColumnMetaData
    • ColumnType
    • ElementLocation
    • ElementType
    • ErrorMessage
    • FieldMetaData
    • HostIntegratorChannelException
    • HostIntegratorConnectorException
    • HostIntegratorDeadSessionException
    • HostIntegratorException
    • HostIntegratorMarshallerException
    • HostIntegratorModelDataException
    • HostIntegratorModelDefException
    • HostIntegratorRejuvenationSession
    • HostIntegratorServerException
    • HostIntegratorSession
    • HostIntegratorTerminalException
    • HostIntegratorTimeoutException
    • HostIntegratorUserException
    • InputFieldInfo
    • LoggingLevel
    • MetaData
    • MetaDataType
    • ModelDataColumn
    • ModelDataTable
    • OperationMetaData
    • ProcedureMetaData
    • ProcedureType
    • RcConst
    • RecordSetMetaData
    • RegionType
    • RejuvenationAidKey
    • RejuvenationEnablementMode
    • RejuvenationMethod
    • Screen
    • ScreenField
    • ScrollMovement
    • SessionType
    • TerminalAttributes
    • TerminalField
    • TerminalScreen
    • VariableInitialization
    • VariableMetaData
    • VariableType

Class HostIntegratorException

The methods and properties in the HostIntegratorException class provide information on any errors that occur with the Verastream .NET API.

Inheritance
object
Exception
HostIntegratorException
HostIntegratorChannelException
HostIntegratorConnectorException
HostIntegratorServerException
Implements
ISerializable
_Exception
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.MemberwiseClone()
Namespace: WRQ.Verastream.HostIntegrator
Assembly: WRQ.Verastream.HostIntegrator.dll
Syntax
[Serializable]
public class HostIntegratorException : Exception, ISerializable, _Exception

Properties

ErrorMessage

Gets information associated with the most recently reported error. ErrorMessage

Declaration
public virtual ErrorMessage ErrorMessage { get; }
Property Value
Type Description
ErrorMessage

This property returns information associated with the most recently reported error.

Remarks

Gets information associated with the most recently reported error.

ErrorMessages

Gets information associated with the most recent group of reported errors. ErrorMessage

Declaration
public virtual IList ErrorMessages { get; }
Property Value
Type Description
IList

This property returns a list of ErrorInfo objects, containing information for each reported error.

Remarks

Gets information associated with the most recent group of reported errors.

ErrorScreen

ErrorScreen property

Declaration
public virtual TerminalScreen ErrorScreen { get; }
Property Value
Type Description
TerminalScreen

Message

Gets the most recent error description, in English.

Declaration
public override string Message { get; }
Property Value
Type Description
string

This property returns the most recent error description, in English.

Overrides
Exception.Message
Remarks

Gets the most recent error description, in English.

MessageList

Gets all error descriptions, in English.

Declaration
public virtual IList MessageList { get; }
Property Value
Type Description
IList

This property returns all error descriptions, in English.

Remarks

Gets all error descriptions, in English.

Implements

ISerializable
_Exception
In This Article
Back to top © 1985-2024 Rocket Software, Inc. or its affiliates. All Rights Reserved