ICrossPlatformDsc.LoadDefaultKeywords(Collection<Exception>) 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.
DSC initializer function.
public void LoadDefaultKeywords (System.Collections.ObjectModel.Collection<Exception> errors);
abstract member LoadDefaultKeywords : System.Collections.ObjectModel.Collection<Exception> -> unit
Public Sub LoadDefaultKeywords (errors As Collection(Of Exception))
Parameters
- errors
- Collection<Exception>