Visual Basic (Declaration) | |
---|---|
Public ReadOnly Response As ReportMessage |
Visual Basic (Usage) | ![]() |
---|---|
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.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.
Target Platforms: Microsoft .NET Framework 2.0