C# 클래스 SnmpSharpNet.SnmpNetworkException

SNMP network exception
Exception thrown when network error was encountered. Network errors include host, network unreachable, connection refused, etc. One network exception that is not covered by this exception is request timeout.
상속: SnmpException
파일 보기 프로젝트 열기: griffina/SnmpSharpNet

공개 메소드들

메소드 설명
SnmpNetworkException ( Exception sysException, string msg ) : System

Standard constructor

SnmpNetworkException ( string msg ) : System

Constructor. Used when system exception did not cause the error and there is no parent exception associated with the error.

메소드 상세

SnmpNetworkException() 공개 메소드

Standard constructor
public SnmpNetworkException ( Exception sysException, string msg ) : System
sysException System.Exception System exception that caused the error
msg string Error message
리턴 System

SnmpNetworkException() 공개 메소드

Constructor. Used when system exception did not cause the error and there is no parent exception associated with the error.
public SnmpNetworkException ( string msg ) : System
msg string Error message
리턴 System