Initializes a new instance of the Evidence class from an existing one.
[Visual Basic] Overloads Public Sub New( _ ByVal evidence As Evidence _ ) [C#] public Evidence( Evidence evidence ); [C++] public: Evidence( Evidence* evidence ); [JScript] public function Evidence( evidence : Evidence );
Exception Type | Condition |
---|---|
ArgumentException | if not of type Evidence. |
Creates a new instance with a copy of the evidence in an existing set.
Evidence Class | Evidence Members | System.Security.Policy Namespace | Evidence Constructor Overload List