IProtocolErrorCodeFeature.Error Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the error code. The property returns -1 if the error code hasn't been set.
public:
property long Error { long get(); void set(long value); };
public long Error { get; set; }
member this.Error : int64 with get, set
Public Property Error As Long