| 
            
              SnmpException(String, Exception) Constructor
             | 
          
        
        
            Creates a 
SnmpException instance with a specific 
String and an 
Exception.
            
 
        
        Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic SnmpException(
	string message,
	Exception inner
)
Public Sub New ( 
	message As String,
	inner As Exception
)
public:
SnmpException(
	String^ message, 
	Exception^ inner
)
new : 
        message : string * 
        inner : Exception -> SnmpExceptionGSF.Net.Snmp.SnmpException = function(message, inner);
 View SourceParameters
- message  String
 - Message
 - inner  Exception
 - Inner exception
 
See Also