| EnsureNotNull Method |
Namespace:
Dynamicweb.Core
Assembly:
Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax public static void NotNull(
Object value,
string message = ""
)
Public Shared Sub NotNull (
value As Object,
Optional message As String = ""
)
Parameters
- value
- Type: SystemObject
- message (Optional)
- Type: SystemString
See Also