DiagnosticHeader(SignalingHeader) Constructor
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.
Initialize a new instance of DiagnosticHeader from a given signalingHeader.
public:
DiagnosticHeader(Microsoft::Rtc::Signaling::SignalingHeader ^ header);
public DiagnosticHeader (Microsoft.Rtc.Signaling.SignalingHeader header);
new Microsoft.Rtc.Signaling.DiagnosticHeader : Microsoft.Rtc.Signaling.SignalingHeader -> Microsoft.Rtc.Signaling.DiagnosticHeader
Public Sub New (header As SignalingHeader)
Parameters
- header
- SignalingHeader
SignalingHeader should be "ms-diagnostics" header.
Exceptions
ArgumentException will be thrown if SignalingHeader is not ms-diagnostics header or header value have missing parameter with name errorId, reason or source.
Header parameter is null.