Header menu logo Str

StrException Type

An Exception for the string functions defined in Str

Constructors

Constructor Description

StrException(txt)

Full Usage: StrException(txt)

Parameters:
    txt : string

Returns: StrException
txt : string
Returns: StrException

Static members

Static member Description

StrException.Raise(msg)

Full Usage: StrException.Raise(msg)

Parameters:
    msg : StringFormat<'a, 'b>

Returns: 'a

Raise the exception with F# printf string formatting

msg : StringFormat<'a, 'b>
Returns: 'a

Type something to start searching.