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

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

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