1 write to metadataGenerationException
System.ServiceModel (1)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
529this.metadataGenerationException = e;
2 references to metadataGenerationException
System.ServiceModel (2)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (2)
467if (this.metadataGenerationException != null) 468throw this.metadataGenerationException;