Initialize a new instance of the class.
Namespace:
Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in
microsoft.rtc.collaboration.dll)
Syntax
|
Public Sub New ( _
header As SignalingHeader _
)
|
|
public DiagnosticHeader (
SignalingHeader header
)
|
Parameters
- header
-
SignalingHeader should be ms-diagnostics header.
Exceptions
Exception type |
Condition |
ArgumentNullException
|
Header parameter is null.
|
ArgumentException
|
ArgumentException is thrown if
SignalingHeader is not ms-diagnostics header or the header
value has a missing parameter with the name errorId, reason, or
source.
|
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server
2003, Windows Vista Ultimate Edition, Windows Vista Business
Edition, Windows Vista Enterprise Edition
Target Platforms
See Also