Class Model.ImporterWarning
Namespace: Barracuda
Syntax
public class ImporterWarning
Constructors
ImporterWarning(String, String)
Declaration
public ImporterWarning(string layer, string msg)
Parameters
Type | Name | Description |
---|---|---|
String | layer | |
String | msg |
Properties
LayerName
Declaration
public string LayerName { get; }
Property Value
Type | Description |
---|---|
String |
Message
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
String |