SymbolException Class

Symbol bound exceptions

Inheritance Hierarchy

System.Object
  System.Exception
    TwinCAT.AdsException
      TwinCAT.TypeSystem.SymbolException
        TwinCAT.TypeSystem.CannotAccessVirtualSymbolException
        TwinCAT.TypeSystem.InsufficientAccessRightsException
        TwinCAT.TypeSystem.RpcInvokeException
        TwinCAT.TypeSystem.RpcMethodNotSupportedException
        TwinCAT.ValueAccess.CannotAccessValueException
Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

[SerializableAttribute]
public class SymbolException : AdsException

The SymbolException type exposes the following members.

Constructors

 

Name

Description

SymbolException Class 1:

SymbolException(ISymbol)

Initializes a new instance of the SymbolException class.

SymbolException Class 2:

SymbolException(ISymbol, Exception)

Initializes a new instance of the SymbolException class.

SymbolException Class 3:

SymbolException(ISymbol, Int32)

Initializes a new instance of the SymbolException class.

SymbolException Class 4:

SymbolException(SerializationInfo, StreamingContext)

Initializes a new instance of the SymbolException class.

SymbolException Class 5:

SymbolException(String, ISymbol)

Initializes a new instance of the SymbolException class.

SymbolException Class 6:

SymbolException(ISymbol, Int32, Exception)

Initializes a new instance of the SymbolException class.

SymbolException Class 7:

SymbolException(String, String, Exception)

Initializes a new instance of the SymbolException class.

SymbolException Class 8:

SymbolException(String, String, Int32)

Initializes a new instance of the SymbolException class.

SymbolException Class 9:

SymbolException(String, ISymbol, Exception)

Initializes a new instance of the SymbolException class.

SymbolException Class 10:

SymbolException(String, ISymbol, Int32)

Initializes a new instance of the SymbolException class.

SymbolException Class 11:

SymbolException(String, String, Int32, Exception)

Initializes a new instance of the SymbolException class.

SymbolException Class 12:

SymbolException(String, ISymbol, Int32, Exception)

Initializes a new instance of the SymbolException class.

Properties

 

Name

Description

SymbolException Class 13:

Data

Gets a collection of key/value pairs that provide additional user-defined information about the exception. (Inherited from Exception.)

SymbolException Class 14:

HelpLink

Gets or sets a link to the help file associated with this exception. (Inherited from Exception.)

SymbolException Class 15:

HResult

Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (Inherited from Exception.)

SymbolException Class 16:

InnerException

Gets the Exception instance that caused the current exception. (Inherited from Exception.)

SymbolException Class 17:

InstancePath

Gets the instance path.

SymbolException Class 18:

Message

Gets a message that describes the current exception. (Inherited from Exception.)

SymbolException Class 19:

Source

Gets or sets the name of the application or the object that causes the error. (Inherited from Exception.)

SymbolException Class 20:

StackTrace

Gets a string representation of the immediate frames on the call stack. (Inherited from Exception.)

SymbolException Class 21:

Symbol

Gets the symbol.

SymbolException Class 22:

TargetSite

Gets the method that throws the current exception. (Inherited from Exception.)

Methods

 

Name

Description

SymbolException Class 23:

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

SymbolException Class 24:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

SymbolException Class 25:

GetBaseException

When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (Inherited from Exception.)

SymbolException Class 26:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

SymbolException Class 27:

GetObjectData

When overridden in a derived class, sets the SerializationInfo with information about the exception. (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).)

SymbolException Class 28:

GetType

Gets the runtime type of the current instance. (Inherited from Exception.)

SymbolException Class 29:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

SymbolException Class 30:

ToString

Creates and returns a string representation of the current exception. (Inherited from Exception.)

Events

 

Name

Description

SymbolException Class 31:

SerializeObjectState

Obsolete.

Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception. (Inherited from Exception.)

Reference

TwinCAT.TypeSystem Namespace