CompilationResult.FromErrorMessages(IEnumerable<String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static Microsoft::VisualStudio::Web::CodeGeneration::CompilationResult ^ FromErrorMessages(System::Collections::Generic::IEnumerable<System::String ^> ^ errorMessages);
public static Microsoft.VisualStudio.Web.CodeGeneration.CompilationResult FromErrorMessages (System.Collections.Generic.IEnumerable<string> errorMessages);
static member FromErrorMessages : seq<string> -> Microsoft.VisualStudio.Web.CodeGeneration.CompilationResult
Public Shared Function FromErrorMessages (errorMessages As IEnumerable(Of String)) As CompilationResult
Parameters
- errorMessages
- IEnumerable<String>