ExtensionsReflectionGetPropertyFromPath Method |
Namespace: Cauldron
public static PropertyInfo GetPropertyFromPath( this Type type, string path, BindingFlags bindingFlags = BindingFlags.Instance|BindingFlags.Static|BindingFlags.Public )
| Exception | Condition |
|---|---|
| ArgumentNullException | type is null |
| ArgumentNullException | path is null |