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: 2015.1.103.4687 (2015.1.103.4687)

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