| ValidationResultDetailCausedBy Property |
Gets or sets the exception that caused this error
Namespace:
SanteDB.Core.Model.Map
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public Exception CausedBy { get; set; }
Public Property CausedBy As Exception
Get
Set
public:
property Exception^ CausedBy {
Exception^ get ();
void set (Exception^ value);
}
member CausedBy : Exception with get, set
Property Value
Type:
ExceptionSee Also