2 references to SyncFromAllServersErrorInformation
System.DirectoryServices (2)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (2)
1713
public SyncFromAllServersOperationException(string? message, System.Exception? inner, System.DirectoryServices.ActiveDirectory.
SyncFromAllServersErrorInformation
[]? errors) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1714
public System.DirectoryServices.ActiveDirectory.
SyncFromAllServersErrorInformation
[] ErrorInformation { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }