ErrorException(String, Exception) Constructor |
Namespace: Lextm.SharpSnmpLib.MessagingAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic ErrorException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
Dim message As String
Dim inner As Exception
Dim instance As New ErrorException(message,
inner)
public:
ErrorException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> ErrorException
Parameters
- message String
- Message
- inner Exception
- Inner exception
See Also