P4Exception Class |
Namespace: Perforce.P4
The P4Exception type exposes the following members.
Name | Description | |
---|---|---|
P4Exception(P4ClientError) |
Create a new P4Exception
| |
P4Exception(P4ClientErrorList) |
Create a list of new P4Exceptions
| |
P4Exception(ErrorSeverity, String) |
Create a new P4Exception
| |
P4Exception(ErrorSeverity, String, P4Exception) |
Create a new P4Exception
| |
P4Exception(String, String, P4ClientError) |
Create a new P4Exception
| |
P4Exception(String, String, P4ClientErrorList) |
Create a list of new P4Exceptions
| |
P4Exception(String, String, ErrorSeverity, String) |
Create a new P4Exception
|
Name | Description | |
---|---|---|
CmdLine |
Error message
| |
Data | (Inherited from Exception.) | |
Details |
Error message
| |
ErrorCode |
Error number from the C++ API
| |
ErrorLevel |
Severity of the error
| |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message |
Error message
(Overrides ExceptionMessage.) | |
MinThrowLevel |
Minimum error to cause an exception to be thrown
| |
NextError |
If more than one error was returned by a command, the next
error in the list.
| |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | (Inherited from Exception.) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
Throw(P4ClientError) |
Create and throw an exception if it exceeds the MinThrowLevel
| |
Throw(ErrorSeverity, String) |
Create and throw an exception if it exceeds the MinThrowLevel
| |
Throw(String, String, P4ClientError) |
Create and throw an exception if it exceeds the MinThrowLevel
| |
Throw(String, String, ErrorSeverity, String) |
Create and throw an exception if it exceeds the MinThrowLevel
| |
ToString | (Inherited from Exception.) |
Name | Description | |
---|---|---|
SerializeObjectState | (Inherited from Exception.) |