2 writes to helpLink
System.ServiceModel (2)
System\ServiceModel\ExceptionDetail.cs (2)
28this.helpLink = exception.HelpLink; 43set { this.helpLink = value; }
1 reference to helpLink
System.ServiceModel (1)
System\ServiceModel\ExceptionDetail.cs (1)
42get { return this.helpLink; }