public Asn1ObjectIdentifier(
Oid oid
)
Public Sub New (
oid As Oid
)
public:
Asn1ObjectIdentifier(
Oid^ oid
)
new :
oid : Oid -> Asn1ObjectIdentifier
ArgumentNullException | oid parameter is null. |
InvalidDataException | The string is not valid object identifier. |
OverflowException | The string is too large. |