4 references to ReplicationFailure
System.DirectoryServices (4)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (4)
1582
public System.DirectoryServices.ActiveDirectory.
ReplicationFailure
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1583
public bool Contains(System.DirectoryServices.ActiveDirectory.
ReplicationFailure
failure) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1584
public void CopyTo(System.DirectoryServices.ActiveDirectory.
ReplicationFailure
[] failures, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1585
public int IndexOf(System.DirectoryServices.ActiveDirectory.
ReplicationFailure
failure) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }