2 references to
System.ServiceModel.Primitives (2)
System\ServiceModel\MessageHeaderException.cs (2)
16
public MessageHeaderException(string message, Exception innerException) :
this
(message, null, null, innerException) { }
17
public MessageHeaderException(string message, string headerName, string ns) :
this
(message, headerName, ns, null) { }