Base class for exceptions caused by run time errors from the server. They can be disabled, by setting the MinThrowLevel to ErrorSeverity.E_NOEXC.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
public class P4Exception : Exception
Visual Basic
Public Class P4Exception _
	Inherits Exception
Visual C++
public ref class P4Exception : public Exception

Inheritance Hierarchy

See Also