DirectoryServiceAuthenticationFailedException constructor
Implementation
DirectoryServiceAuthenticationFailedException({String? type, String? message})
: super(
type: type,
code: 'DirectoryServiceAuthenticationFailedException',
message: message);