Class ProjectListRefreshException
Inheritance
ProjectListRefreshException
Syntax
public class ProjectListRefreshException : Exception, ISerializable, _Exception
Constructors
ProjectListRefreshException(String, UnityProjectCollection.StatusOption)
Declaration
public ProjectListRefreshException(string message, UnityProjectCollection.StatusOption status)
Parameters
Type |
Name |
Description |
String |
message |
|
UnityProjectCollection.StatusOption |
status |
|
Properties
Status
Declaration
public UnityProjectCollection.StatusOption Status { get; }
Property Value
Type |
Description |
UnityProjectCollection.StatusOption |
|