RendezvousException

Class

Superclasses

System.Object
  System.Exception
    System.ApplicationException
      RendezvousException

Visual Basic

Public Class RendezvousException
  Inherits ApplicationException

C#

public class RendezvousException : ApplicationException

Purpose

Rendezvous software throws exceptions of this class.

Remarks

Rendezvous software can also throw exceptions defined as part of the .NET framework.

Member

Description

 

Public Instance Properties

Status

Status

An error or status code, indicating the reason for the exception; see Status.

Get

Inherited Public Instance Properties

HelpLink

Inherited from Exception.

Get

InnerException

Get

Message

Get

Source

Get

InnerException

Get

StackTrace

Get

TargetSite

Get

Method

Description

Page

Public Static Methods

RendezvousException.GetStatusText

Return the descriptive string corresponding to a status code.

RendezvousException.GetStatusText

Inherited Methods

SystemException.GetBaseExceptionSystemException.GetObjectDataSystemException.ToString

See Also

Status