ProjectException Class

The exception that is thrown when there is an error opening a project.

Namespace: XJTAG.Integration

Syntax

public class ProjectException : IntegrationException

Inheritance Hierarchy

  • IntegrationException
    • Exception
      • object
      • ISerializable
      • _Exception

Members

Constructors

Name Description
ProjectException(string)

Initializes a new instance of the XJTAG.Integration.XJRunner.ProjectException class with a specified error message.

ProjectException(string, Exception)

Initializes a new instance of the XJTAG.Integration.XJRunner.ProjectException class with a specified error message and a reference to the inner exception that is the cause of this exception.

ProjectException(SerializationInfo, StreamingContext)

Initializes a new instance of the XJTAG.Integration.XJRunner.ProjectException class with serialized data.

Properties

Name Description
Data (from Exception)
HelpLink (from Exception)
HResult (from Exception)
InnerException (from Exception)
Message (from Exception)
Source (from Exception)
StackTrace (from Exception)
TargetSite (from Exception)

Events

Name Description
SerializeObjectState (from Exception)

Methods

Name Description
Equals(object) (from object)
Finalize (from object)
GetBaseException (from Exception)
GetHashCode (from object)
GetObjectData (from Exception)
GetType (from Exception)
GetType (from object)
MemberwiseClone (from object)
ToString (from Exception)