The SNMPException class
(Bir sürüm bilgisi bulunamadı; sadece SVN'de olabilir.)
Giriş
Represents an error raised by SNMP. You should not throw a SNMPException from your own code. See Exceptions for more information about Exceptions in PHP.
Sınıf Sözdizimi
Özellikler
- message
-
Textual error message. Exception::getMessage() to access it.
- code
-
SNMPlibrary error code. Use Exception::getCode() to access it.
There are no user contributed notes for this page.
