ObjectIdentifier.this

Constructor for an Object Identifier

  1. this(size_t[] numbers)
    class ObjectIdentifier
    @safe
    this
    (
    in size_t[] numbers...
    )
  2. this(OIDNode[] nodes)
  3. this(string str)

Throws

  • OIDException if fewer than two numbers are provided, or if the first number is not 0, 1, or 2, or if the second number is greater than 39

Meta