3 references to
System.ServiceModel.Primitives (3)
System\ServiceModel\MessageHeaderException.cs (3)
15public MessageHeaderException(string message, bool isDuplicate) : this(message, null, null, isDuplicate, null) { } 18public MessageHeaderException(string message, string headerName, string ns, bool isDuplicate) : this(message, headerName, ns, isDuplicate, null) { } 19public MessageHeaderException(string message, string headerName, string ns, Exception innerException) : this(message, headerName, ns, false, innerException) { }