NotResolvedExceptionFullMessage Property |
Gets the full error message including inner exception messages.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic string FullMessage { get; }
Public ReadOnly Property FullMessage As String
Get
Dim instance As NotResolvedException
Dim value As String
value = instance.FullMessage
public:
property String^ FullMessage {
String^ get ();
}
member FullMessage : string with get
Property Value
String
See Also