PsConverterException.PsConverterException

PsConverterException()

Initializes a new instance of the PsConverterException class.

public PsConverterException()

See Also


PsConverterException(string)

Initializes a new instance of the PsConverterException class.

public PsConverterException(string errorStr)
ParameterTypeDescription
errorStrStringThe string that describes a reason of coversion error.

See Also