public static RebarCoverType Create( Document doc, string name, double coverDistance )
| Exception | Condition |
|---|---|
| ArgumentException | name is an empty string. |
| ArgumentNullException | A non-optional argument was null |
| ArgumentOutOfRangeException | coverDistance cannot be negative. |