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




Gets the SecurityErrorCode value that describes the reason for the exception.

Syntax

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

Property Value

A SecurityErrorCode that describes the reason for the exception.

Remarks

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.