AutodiscoverResponseException constructor

AutodiscoverResponseException(
  1. AutodiscoverErrorCode? errorCode,
  2. String message
)
Initializes a new instance of the The error code. The message.

Implementation

AutodiscoverResponseException(this.errorCode, String message)
    : super(message);