Gets the integer representing the "ErrorId" part of the ms-diagnostic header.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
ErrorCode 
As 
Integer
C#
public 
int 
ErrorCode { 
get; }
Visual C++
public:
property 
int 
ErrorCode {
	
int 
get ();
}
JavaScript
function get_
errorCode();

See Also