 | ModelMapCompileExceptionErrors Property |
Gets the errors from the compiler
Namespace: SanteDB.Core.ExceptionsAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic IEnumerable<string> Errors { get; }Public ReadOnly Property Errors As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ Errors {
IEnumerable<String^>^ get ();
}member Errors : IEnumerable<string> with get
Property Value
IEnumerableString
See Also