PsDocumentException constructor

init

Initializes a new instance of the PsDocumentException class.

def __init__(self, error_str):
    ...
ParameterTypeDescription
error_strstrThe string that describes a reason of error.

See Also