AutodiscoverLocalException constructor

AutodiscoverLocalException([
  1. String message = ""
])
Initializes a new instance of the Initializes a new instance of the The message.

Implementation

// AutodiscoverLocalException()
//            : super()
//        {
//        }

/// <summary>
/// Initializes a new instance of the <see cref="AutodiscoverLocalException"/> class.
/// </summary>
/// <param name="message">The message.</param>
AutodiscoverLocalException([String message = ""]) : super(message) {}