Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
<ObsoleteAttribute("ErrorCode property has been deprecated and will be removed. Use NativeErrorCode instead.",  _
	True)> _
Public ReadOnly Property ErrorCode As Integer
	Get
C#
[ObsoleteAttribute("ErrorCode property has been deprecated and will be removed. Use NativeErrorCode instead.", 
	true)]
public int ErrorCode { get; }

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also