ProjectData Class

Definition

Provides helpers for the Visual Basic Err object.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class ProjectData sealed
public sealed class ProjectData
type ProjectData = class
Public NotInheritable Class ProjectData
Inheritance
ProjectData

Remarks

For more information, see Err.

Methods

ClearProjectError()

This API supports the product infrastructure and is not intended to be used directly from your code.

Performs the work for the Clear method of the Err object. A helper method.

CreateProjectError(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Performs the work for the Raise method of the Err object. A helper method.

EndApp()

This API supports the product infrastructure and is not intended to be used directly from your code.

Closes all files for the calling assembly and stops the process.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
Finalize()

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

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
SetProjectError(Exception)

This API supports the product infrastructure and is not intended to be used directly from your code.

The Visual Basic compiler uses this helper method to capture exceptions in the Err object.

SetProjectError(Exception, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

The Visual Basic compiler uses this helper method to capture exceptions in the Err object.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to