BirchwoodException.this

Constructs a new exception with the given sub-error type and infers the auxillary information based on said sub-error type

  1. this(ErrorType errType)
    class BirchwoodException
  2. this(ErrorType errType, string auxInfo)

Parameters

errType ErrorType

the sub-error type

Meta