XmpGuid constructor

init

Initializes a new instance of the XmpGuid class.

def __init__(self, value):
    ...
ParameterTypeDescription
valuestrThe value.

Exceptions

ExceptionDescription
ArgumentNullExceptionvalue is null.
ArgumentExceptionInvalid guid value;value

init

Constructs a new instance of XmpGuid

def __init__(self, guid):
    ...
ParameterTypeDescription
guidGuid

See Also