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