[This is preliminary documentation and is subject to change.]

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

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