You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DataProperty=dataProperty??thrownewOWLException("Cannot create OWLDataPropertyDomain because given \"dataProperty\" parameter is null");
63
-
ClassExpression=classExpression??thrownewOWLException("Cannot create OWLDataPropertyDomain because given \"classExpression\" parameter is null");
71
+
DataProperty=dataProperty??thrownewOWLException($"Cannot create OWLDataPropertyDomain because given '{nameof(dataProperty)}' parameter is null");
72
+
ClassExpression=classExpression??thrownewOWLException($"Cannot create OWLDataPropertyDomain because given '{nameof(classExpression)}' parameter is null");
64
73
}
65
74
#endregion
66
75
67
76
#region Methods
77
+
/// <summary>
78
+
/// Exports this OWLDataPropertyDomain to an equivalent RDFGraph object
0 commit comments