PowerSNMP for .NET CF
Response Field
See Also  Send comments on this topic.
Dart.Snmp Namespace > SecurityException Class : Response Field




Gets the ReportMessage sent to the Manager notifying it of the authentication problem.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Response As ReportMessage
Visual Basic (Usage)Copy Code
Dim instance As SecurityException
Dim value As ReportMessage
 
value = instance.Response
C# 
public readonly ReportMessage Response
Managed Extensions for C++ 
public: readonly ReportMessage* Response
C++/CLI 
public:
readonly ReportMessage^ Response

Property Value

The ReportMessage sent to the Manager.

Remarks

The ReportMessage is used by the agent to relay the type of problem encountered while attempting to authenticate a message. Generally, SecurityException.ErrorCode is an interpretation of the ReportMessage. Use this property if additional information is available in the agent’s response, or if the SecurityException is unable to interpret the agent’s response.

This property is read-only.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.