All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
ProcessImportError2 Class Reference

Represents the information of errors and warnings when a process fails to import. More...

Public Member Functions

 ProcessImportError2 ()
 Initializes a new instance of the ProcessImportError2 class. More...
 

Properties

ImportErrorsInfoCollection Errors [get, set]
 Gets or sets the errors information. More...
 
string FileName [get, set]
 Gets or sets the name of the file. More...
 
ProcessIdentity ProcessIdentity [get, set]
 Gets or sets the process identity. More...
 
bool ThreadPoolsImported [get, set]
 Gets or sets a value indicating whether [thread pools imported]. More...
 
ImportWarningsInfoCollection Warnings [get, set]
 Gets or sets the warnings information. More...
 

Description

Represents the information of errors and warnings when a process fails to import.

Constructor & Destructor Documentation

Initializes a new instance of the ProcessImportError2 class.

Property Documentation

ImportErrorsInfoCollection Errors
getsetinherited

Gets or sets the errors information.

The errors info.

string FileName
getsetinherited

Gets or sets the name of the file.

The name of the file.

Gets or sets the process identity.

The process identity.

bool ThreadPoolsImported
getset

Gets or sets a value indicating whether [thread pools imported].

true if [thread pools imported]; otherwise, false.

ImportWarningsInfoCollection Warnings
getsetinherited

Gets or sets the warnings information.

The warnings info.