2 types derived from ActiveDirectoryOperationException
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\Exception.cs (2)
204public class SyncFromAllServersOperationException : ActiveDirectoryOperationException, ISerializable 254public class ForestTrustCollisionException : ActiveDirectoryOperationException, ISerializable
46 instantiations of ActiveDirectoryOperationException
System.DirectoryServices (46)
System\DirectoryServices\ActiveDirectory\ActiveDirectoryInterSiteTransport.cs (1)
72throw new ActiveDirectoryOperationException(SR.Format(SR.ADAMInstanceNotFoundInConfigSet, context.Name));
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClass.cs (3)
125throw new ActiveDirectoryOperationException(SR.Format(SR.ADAMInstanceNotFoundInConfigSet, context.Name)); 289throw new ActiveDirectoryOperationException(SR.Format(SR.ADAMInstanceNotFoundInConfigSet, _context.Name)); 1065throw new ActiveDirectoryOperationException(SR.Format(SR.PropertyNotFound, propertyName));
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClassCollection.cs (1)
300throw new ActiveDirectoryOperationException(SR.ValueCannotBeModified);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (4)
178throw new ActiveDirectoryOperationException(SR.Format(SR.ADAMInstanceNotFoundInConfigSet, context.Name)); 330throw new ActiveDirectoryOperationException(SR.Format(SR.ADAMInstanceNotFoundInConfigSet, _context.Name)); 1117throw new ActiveDirectoryOperationException(SR.Format(SR.PropertyNotFound, propertyName)); 1382throw new ActiveDirectoryOperationException(SR.Format(SR.UnknownSyntax, _ldapDisplayName));
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaPropertyCollection.cs (1)
316throw new ActiveDirectoryOperationException(SR.ValueCannotBeModified);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySite.cs (5)
85throw new ActiveDirectoryOperationException(SR.Format(SR.ADAMInstanceNotFoundInConfigSet, context.Name)); 156throw new ActiveDirectoryOperationException(SR.Format(SR.ADAMInstanceNotFoundInConfigSet, context.Name)); 698throw new ActiveDirectoryOperationException(message, e, 0x2030); 1216throw new ActiveDirectoryOperationException(message); 1283throw new ActiveDirectoryOperationException(message);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySiteLink.cs (2)
70throw new ActiveDirectoryOperationException(SR.Format(SR.ADAMInstanceNotFoundInConfigSet, context.Name)); 145throw new ActiveDirectoryOperationException(SR.Format(SR.ADAMInstanceNotFoundInConfigSet, context.Name));
System\DirectoryServices\ActiveDirectory\ActiveDirectorySiteLinkBridge.cs (2)
61throw new ActiveDirectoryOperationException(SR.Format(SR.ADAMInstanceNotFoundInConfigSet, context.Name)); 132throw new ActiveDirectoryOperationException(SR.Format(SR.ADAMInstanceNotFoundInConfigSet, context.Name));
System\DirectoryServices\ActiveDirectory\ActiveDirectorySubnet.cs (2)
43throw new ActiveDirectoryOperationException(SR.Format(SR.ADAMInstanceNotFoundInConfigSet, context.Name)); 141throw new ActiveDirectoryOperationException(SR.Format(SR.ADAMInstanceNotFoundInConfigSet, context.Name));
System\DirectoryServices\ActiveDirectory\ADAMInstance.cs (1)
700throw new ActiveDirectoryOperationException(SR.InvalidServerNameFormat);
System\DirectoryServices\ActiveDirectory\ApplicationPartition.cs (2)
208throw new ActiveDirectoryOperationException(SR.Format(SR.ADAMInstanceNotFoundInConfigSet, context.Name)); 1091throw new ActiveDirectoryOperationException(SR.ApplicationPartitionTypeUnknown);
System\DirectoryServices\ActiveDirectory\DirectoryContext.cs (1)
641throw new ActiveDirectoryOperationException(SR.ContextNotAssociatedWithDomain);
System\DirectoryServices\ActiveDirectory\Domain.cs (1)
372throw new ActiveDirectoryOperationException();
System\DirectoryServices\ActiveDirectory\DomainController.cs (7)
745throw new ActiveDirectoryOperationException(SR.Format(SR.SiteNameNotFound, Name)); 763throw new ActiveDirectoryOperationException(SR.Format(SR.SiteObjectNameNotFound, Name)); 780throw new ActiveDirectoryOperationException(SR.Format(SR.ComputerObjectNameNotFound, Name)); 797throw new ActiveDirectoryOperationException(SR.Format(SR.ServerObjectNameNotFound, Name)); 814throw new ActiveDirectoryOperationException(SR.Format(SR.NtdsaObjectNameNotFound, Name)); 831throw new ActiveDirectoryOperationException(SR.Format(SR.NtdsaObjectGuidNotFound, Name)); 1156throw new ActiveDirectoryOperationException(SR.DCInfoNotFound);
System\DirectoryServices\ActiveDirectory\Exception.cs (2)
370exception = new ActiveDirectoryOperationException(errorMessage, e, errorCode); 400return new ActiveDirectoryOperationException(errorMsg, errorCode);
System\DirectoryServices\ActiveDirectory\PropertyManager.cs (3)
126throw new ActiveDirectoryOperationException(SR.Format(SR.PropertyNotFoundOnObject, propertyName, directoryEntry.Properties[PropertyManager.DistinguishedName].Value)); 130throw new ActiveDirectoryOperationException(SR.Format(SR.PropertyNotFound, propertyName)); 154throw new ActiveDirectoryOperationException(SR.Format(SR.PropertyNotFound, propertyName));
System\DirectoryServices\ActiveDirectory\Utils.cs (8)
323throw new ActiveDirectoryOperationException(SR.Format(SR.NoHostNameOrPortNumber, dn)); 349throw new ActiveDirectoryOperationException(SR.Format(SR.NoHostNameOrPortNumber, dn)); 382throw new ActiveDirectoryOperationException(SR.Format(SR.NoHostNameOrPortNumber, dn)); 409throw new ActiveDirectoryOperationException(SR.Format(SR.NoHostNameOrPortNumber, dn)); 838throw new ActiveDirectoryOperationException(message); 1737throw new ActiveDirectoryOperationException(SR.Format(SR.NoHostNameOrPortNumber, ntdsaName)); 1741throw new ActiveDirectoryOperationException(SR.Format(SR.NoHostName, ntdsaName)); 1750throw new ActiveDirectoryOperationException(SR.Format(SR.NoHostNameOrPortNumber, ntdsaName));
4 references to ActiveDirectoryOperationException
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\Domain.cs (1)
795catch (ActiveDirectoryOperationException)
System\DirectoryServices\ActiveDirectory\Forest.cs (1)
606catch (ActiveDirectoryOperationException)
System\DirectoryServices\ActiveDirectory\TrustHelper.cs (1)
977catch (ActiveDirectoryOperationException)
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
1239catch (System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException e)