The TelnetException type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkData
Gets a collection of key/value pairs that provide additional information about the exception.
(Inherited from NetworkSessionException.)
Public propertySupported by the .NET Compact FrameworkHelpLink
Gets or sets a link to the help file associated with this exception.
(Inherited from Exception.)
Public propertySupported by the .NET Compact FrameworkHResult
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(Inherited from Exception.)
Public propertySupported by the .NET Compact FrameworkInnerException
Gets the Exception instance that caused the current exception.
(Inherited from Exception.)
Public propertySupported by the .NET Compact FrameworkMessage
Gets a message that describes the current exception.
(Inherited from Exception.)
Public propertySupported by the .NET Compact FrameworkProtocolCode
Gets the protocol error code, if available (usually when Status is set to ProtocolError).
(Inherited from NetworkSessionException.)
Public propertySupported by the .NET Compact FrameworkProtocolMessage
Gets the protocol error message, if available (usually when Status is set to ProtocolError).
(Inherited from NetworkSessionException.)
Public propertySupported by the .NET Compact FrameworkSource
Gets or sets the name of the application or the object that causes the error.
(Inherited from Exception.)
Public propertySupported by the .NET Compact FrameworkStackTrace
Gets a string representation of the frames on the call stack at the time the current exception was thrown.
(Inherited from Exception.)
Public propertySupported by the .NET Compact FrameworkStatus
Gets error status.
(Inherited from NetworkSessionException.)
Public propertySupported by the .NET Compact FrameworkTargetSite
Gets the method that throws the current exception.
(Inherited from Exception.)

See Also