ProjectException Constructors
Overloads
| Name | Description |
|---|---|
ProjectException(String) |
|
ProjectException(String, Exception) |
ProjectException(String)
public ProjectException(string message);
Parameters
| Name | Type | Description |
|---|---|---|
message |
String |
ProjectException(String, Exception)
public ProjectException(string message, Exception innerException);
Parameters
| Name | Type | Description |
|---|---|---|
message |
String |
|
innerException |
Exception |