SharpSvn.xml
<?xml version="1.0"?>
<doc> <assembly> "SharpSvn" </assembly> <members> <member name="T:SharpSvn.SvnCreateDirectoryArgs"> <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.CreateDirectory(System.String,SharpSvn.SvnCreateDirectoryArgs)" /> and <see cref="M:SharpSvn.SvnClient.RemoteCreateDirectory(System.Uri,SharpSvn.SvnCreateDirectoryArgs)" /></summary> <threadsafety static="true" instance="false" /> </member> <member name="P:SharpSvn.SvnUpdateArgs.AllowObstructions"> <summary>If @a allow_unver_obstructions is <c>true</c> then the update tolerates existing unversioned items that obstruct added paths from @a URL</summary> <remarks> Only obstructions of the same type (file or dir) as the added item are tolerated. The text of obstructing files is left as-is, effectively treating it as a user modification after the update. Working properties of obstructing items are set equal to the base properties. If AllowUnversionedObstructions is <c>false</c> then the update will abort if there are any unversioned obstructing items. </remarks> </member> <member name="P:SharpSvn.SvnUpdateArgs.Revision"> <summary>The revision to update to; None by default</summary> <remarks> Revision must be of kind Number, Head or Date. If Revision does not meet these requirements, Updated returns the error SVN_ERR_CLIENT_BAD_REVISION. </remarks> </member> <member name="P:SharpSvn.SvnUpdateArgs.IgnoreExternals"> <summary>Gets or sets a value indicating whether to ignore externals definitions as part of this operation.</summary> </member> <member name="P:SharpSvn.SvnUpdateArgs.KeepDepth"> <summary> Gets or sets whether in addition to updating paths also the sticky ambient depth value must be set to depth </summary> </member> <member name="P:SharpSvn.SvnUpdateArgs.Depth"> <summary>Gets or sets the depth of the update</summary> <remarks> <para>If Depth is Infinity, update fully recursively. Else if it is Immediates or Files, update each target and its file entries, but not its subdirectories. Else if Empty, update exactly each target, nonrecursively (essentially, update the target's properties).</para> <para>If Depth is Unknown, take the working depth from the specified paths </para> </remarks> </member> <member name="T:SharpSvn.SvnUpdateArgs"> <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.Update(System.String,SharpSvn.SvnUpdateArgs)" /></summary> <threadsafety static="true" instance="false" /> </member> <member name="P:SharpSvn.SvnLookLockArgs.IgnorePathErrors"> <summary>If true, doesn't perform a check if path does really exist in the repository when no lock is found</summary> </member> <member name="T:SharpSvn.SvnLookLockArgs"> <summary>Base Extended Parameter container of <see cref="T:SharpSvn.SvnLookClient" /> commands</summary> <threadsafety static="true" instance="false" /> </member> <member name="T:SharpSvn.SvnRevisionPropertyListArgs"> <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnClient" />'s GetRevisionPropertyList</summary> <threadsafety static="true" instance="false" /> </member> <member name="T:SharpSvn.SvnUnlockArgs"> <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.Unlock(System.String,SharpSvn.SvnUnlockArgs)" /></summary> <threadsafety static="true" instance="false" /> </member> <member name="T:SharpSvn.SvnCleanUpArgs"> <summary>Extended parameter container for <see cref="T:SharpSvn.SvnClient" />Cleanup</summary> <threadsafety static="true" instance="false" /> </member> <member name="P:SharpSvn.Remote.SvnRemotePropertiesArgs.NodeKind"> <summary>Only retrieve the properties if the node is of the specified kind. Unknown for retrieving the kind</summary> </member> <member name="T:SharpSvn.SvnLookInheritedPropertyListArgs"> <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnLookClient" />'s InheritedPropertyList method</summary> <threadsafety static="true" instance="false" /> </member> <member name="T:SharpSvn.SvnPackRepositoryArgs"> <summary>Extended Parameter container of <see cref="T:SharpSvn.SvnRepositoryClient" />'s DeleteRepository method</summary> <threadsafety static="true" instance="false" /> </member> <member name="T:SharpSvn.SvnRelocateArgs"> <summary>Extended Parameter container of <see cref="M:SharpSvn.SvnClient.Relocate(System.String,System.Uri,System.Uri,SharpSvn.SvnRelocateArgs)" /></summary> <threadsafety static="true" instance="false" /> </member> <member name="P:SharpSvn.Security.SvnAuthentication.ConsoleSshServerTrustHandler"> <summary>Console based SslServerTrust implementation</summary> </member> <member name="P:SharpSvn.Security.SvnAuthentication.ConsoleSslClientCertificatePasswordHandler"> <summary>Console based SslClientCertificatePassword implementation</summary> </member> <member name="P:SharpSvn.Security.SvnAuthentication.ConsoleSslClientCertificateHandler"> <summary>Console based SslClientCertificate implementation</summary> </member> <member name="P:SharpSvn.Security.SvnAuthentication.ConsoleSslServerTrustHandler"> <summary>Console based SslServerTrust implementation</summary> </member> <member name="P:SharpSvn.Security.SvnAuthentication.ConsoleUserNamePasswordHandler"> <summary>Console based UserNamePasswordHandler implementation</summary> </member> <member name="P:SharpSvn.Security.SvnAuthentication.ConsoleUserNameHandler"> <summary>Console based UserNameHandler implementation</summary> </member> <member name="P:SharpSvn.Security.SvnAuthentication.SubversionWindowsSslAuthorityTrustHandler"> <summary>Subversion CryptoApi Ssl Trust handler</summary> </member> <member name="P:SharpSvn.Security.SvnAuthentication.SubversionWindowsSslServerTrustHandler"> <summary>Subversion CryptoApi Ssl Trust handler</summary> </member> <member name="P:SharpSvn.Security.SvnAuthentication.SubversionWindowsSslClientCertificatePasswordHandler"> <summary>Subversion SslClientCertificatePassword file backend using Windows CryptoStore (managed representation)</summary> </member> <member name="P:SharpSvn.Security.SvnAuthentication.SubversionFileSslClientCertificatePasswordHandler"> <summary>Subversion SslClientCertificatePassword file backend (managed representation)</summary> </member> <member name="P:SharpSvn.Security.SvnAuthentication.SubversionFileSslClientCertificateHandler"> <summary>Subversion SslClientCertificate file backend (managed representation)</summary> </member> <member name="P:SharpSvn.Security.SvnAuthentication.SubversionFileSslServerTrustHandler"> <summary>Subversion SslServerTrust file backend (managed representation)</summary> </member> <member name="P:SharpSvn.Security.SvnAuthentication.SubversionWindowsUserNamePasswordHandler"> <summary>Subversion UserNameHandler file backend using Windows CryptoStore (managed representation)</summary> <remarks>Should be added after <see cref="P:SharpSvn.Security.SvnAuthentication.SubversionFileUserNamePasswordHandler" /></remarks> </member> <member name="P:SharpSvn.Security.SvnAuthentication.SubversionFileUserNamePasswordHandler"> <summary>Subversion UserNamePasswordHandler file backend (managed representation)</summary> </member> <member name="P:SharpSvn.Security.SvnAuthentication.SubversionFileUserNameHandler"> <summary>Subversion UserNameHandler file backend (managed representation)</summary> </member> <member name="P:SharpSvn.Security.SvnAuthentication.DefaultCredentials"> <summary>Simple credential handler to provide a static credential via <see cref="E:SharpSvn.Security.SvnAuthentication.UserNameHandlers" /> and <see cref="E:SharpSvn.Security.SvnAuthentication.UserNamePasswordHandlers" />. Use <see cref="M:SharpSvn.Security.SvnAuthentication.ForceCredentials(System.String,System.String)" /> to override cached credentials.</summary> <remarks>When set implements a <see cref="E:SharpSvn.Security.SvnAuthentication.UserNameHandlers" /> and <see cref="E:SharpSvn.Security.SvnAuthentication.UserNamePasswordHandlers" /> instance over the specified credential instance</remarks> </member> <member name="M:SharpSvn.Security.SvnAuthentication.GetCachedItems(SharpSvn.Security.SvnAuthenticationCacheType)"> <summary>Gets a list of subversion cached credentials of the specified type</summary> <param name="type">The type of credentials to retrieve</param> <remarks>This list only contains credentials cached by Subversion; not by external authentication stores</remarks> </member> <member name="M:SharpSvn.Security.SvnAuthentication.AddConsoleHandlers"> <summary>Adds all default console handlers</summary> </member> <member name="M:SharpSvn.Security.SvnAuthentication.AddSubversionFileHandlers"> <summary>Adds all default subversion-configuration-based handlers</summary> </member> <member name="M:SharpSvn.Security.SvnAuthentication.Clear"> <summary>Removes all currently registered providers and caching data</summary> </member> <member name="M:SharpSvn.Security.SvnAuthentication.ClearAuthenticationCache"> <summary>Clears the in-memory authentication cache of this client</summary> </member> <member name="M:SharpSvn.Security.SvnAuthentication.CopyAuthenticationCache(SharpSvn.SvnClientContext)"> <summary>Copies the in-memory cache from the specified client to this client; merging and overwriting existing credentials</summary> </member> <member name="T:SharpSvn.Security.SvnAuthentication"> <summary>Container for all subversion authentication settings on a client</summary> </member> <member name="P:SharpSvn.Security.SvnBeforeEngineDialogEventArgs.Handle"> <summary>The Window handle (HWND) of the owner Window</summary> </member> <member name="P:SharpSvn.Security.SvnSslClientCertificatePasswordEventArgs.Password"> <summary>The password to authorize with</summary> </member> <member name="P:SharpSvn.Security.SvnSslServerTrustEventArgs.CertificateValue"> <summary>Text version of the certificate</summary> </member> <member name="P:SharpSvn.Security.SvnSslServerTrustEventArgs.Issuer"> <summary>Issuer value of the certificate</summary> </member> <member name="P:SharpSvn.Security.SvnSslServerTrustEventArgs.ValidUntil"> <summary>Text valid-until value of the certificate</summary> </member> <member name="P:SharpSvn.Security.SvnSslServerTrustEventArgs.ValidFrom"> <summary>Text valid-from value of the certificate</summary> </member> <member name="P:SharpSvn.Security.SvnSslServerTrustEventArgs.Fingerprint"> <summary>Fingerprint name of the certificate</summary> </member> <member name="P:SharpSvn.Security.SvnSslServerTrustEventArgs.CommonName"> <summary>Common name of the certificate</summary> </member> <member name="P:SharpSvn.Security.SvnUserNameEventArgs.UserName"> <summary>The username to authorize with</summary> </member> <member name="P:SharpSvn.Security.SvnUserNameEventArgs.InitialUserName"> <summary>Default username; can be NULL</summary> </member> <member name="P:SharpSvn.Security.SvnUserNamePasswordEventArgs.Password"> <summary>The password to authorize with</summary> </member> <member name="P:SharpSvn.Security.SvnUserNamePasswordEventArgs.UserName"> <summary>The username to authorize with</summary> </member> <member name="P:SharpSvn.Security.SvnUserNamePasswordEventArgs.InitialUserName"> <summary>Default username; can be NULL</summary> </member> <member name="P:SharpSvn.Security.SvnAuthenticationEventArgs.Realm"> <summary>If realm is non-null, maybe use it in the prompt string</summary> </member> <member name="P:SharpSvn.Security.SvnAuthenticationEventArgs.MaySave"> <summary>If MaySave is false, the auth system does not allow the credentials to be saved (to disk). A prompt function shall not ask the user if the credentials shall be saved if may_save is FALSE. For example, a GUI client with a remember password checkbox would grey out the checkbox if may_save is false</summary> </member> <member name="M:SharpSvn.Security.SvnAuthenticationCacheItem.Delete"> <summary>Deletes the externally cached credentials</summary> <remarks>Does /not/ delete in memory credentials. You should call ClearAuthenticationCache() to clear the in memory cache</remarks> </member> <member name="P:SharpSvn.Security.SvnAuthenticationCacheItem.IsDeleted"> <summary>Gets a boolean indicating whether the credentials were deleted since creating this instance</summary> </member> <member name="P:SharpSvn.Security.SvnAuthenticationCacheItem.RealmUri"> <summary>Gets the Uri part of the Realm string</summary> </member> <member name="P:SharpSvn.Security.SvnAuthenticationCacheItem.Realm"> <summary>Gets the realm of the cached item</summary> </member> <member name="P:SharpSvn.Security.SvnAuthenticationCacheItem.CacheType"> <summary>Gets the type of the cached item</summary> </member> <member name="T:SharpSvn.SvnClientConfigurationException"> <summary>SharpSvn configuration loader exception</summary> </member> <member name="T:SharpSvn.SvnClientException"> <summary>SharpSvn SvnClient exception</summary> </member> <member name="P:SharpSvn.SvnSshException.SshErrorCode"> <summary>Gets the raw subversion error code casted to a <see cref="T:SharpSvn.SvnErrorCode" /></summary> </member> <member name="P:SharpSvn.SvnException.Targets"> <summary>When not NULL, contains a String, Uri or SvnTarget, or an IEnumberable of one of these, containing (some of) the targets of the command executed. This to help debugging issues from just handling the exceptions</summary> </member> <member name="P:SharpSvn.SvnException.RootCause"> <summary>Gets the root cause of the exception; commonly the most <see cref="P:System.Exception.InnerException" /></summary> </member> <member name="P:SharpSvn.SvnException.SvnErrorCode"> <summary>Gets the raw subversion error code casted to a <see cref="T:SharpSvn.SvnErrorCode" /></summary> </member> <member name="P:SharpSvn.SvnException.WindowsErrorCode"> <summary>Gets the operating system error code when there is one (Only valid if SvnErrorCategory returns <See cref="F:SharpSvn.SvnErrorCategory.OperatingSystem" />) </summary> </member> <member name="P:SharpSvn.SvnException.OperatingSystemErrorCode"> <summary>Gets the operating system error code when there is one (Only valid if SvnErrorCategory returns <See cref="F:SharpSvn.SvnErrorCategory.OperatingSystem" />) </summary> </member> <member name="P:SharpSvn.SvnException.SubversionErrorCode"> <summary>Gets the raw subversion error code</summary> </member> <member name="M:SharpSvn.Remote.SvnRemoteSession.OnProcessing(SharpSvn.SvnProcessingEventArgs)"> <summary>Raises the <see cref="E:SharpSvn.Remote.SvnRemoteSession.Processing" /> event.</summary> </member> <member name="M:SharpSvn.Remote.SvnRemoteSession.OnSvnError(SharpSvn.SvnErrorEventArgs)"> <summary>Raises the <see cref="T:System.Exception" /> event.</summary> </member> <member name="M:SharpSvn.Remote.SvnRemoteSession.OnProgress(SharpSvn.SvnProgressEventArgs)"> <summary>Raises the <see cref="E:SharpSvn.Remote.SvnRemoteSession.Progress" /> event.</summary> </member> <member name="M:SharpSvn.Remote.SvnRemoteSession.OnCancel(SharpSvn.SvnCancelEventArgs)"> <summary>Raises the <see cref="E:SharpSvn.Remote.SvnRemoteSession.Cancel" /> event.</summary> </member> <member name="E:SharpSvn.Remote.SvnRemoteSession.Processing"> <summary> Raised just before a command is executed. This allows a listener to cleanup before a new command is started </summary> </member> <member name="E:SharpSvn.Remote.SvnRemoteSession.Progress"> <summary> Raised on progress. The event is first raised on the <see cref="T:SharpSvn.SvnClientArgs" /> object and then on the <see cref="T:SharpSvn.SvnClient" /></summary> </member> <member name="E:SharpSvn.Remote.SvnRemoteSession.SvnError"> <summary> Raised when a subversion exception occurs. Set <see cref="P:SharpSvn.SvnCancelEventArgs.Cancel" /> to true to cancel throwing the exception </summary> </member> <member name="E:SharpSvn.Remote.SvnRemoteSession.Cancel"> <summary> Raised to allow canceling operations. The event is first raised on the <see cref="T:SharpSvn.SvnClientArgs" /> object and then on the <see cref="T:SharpSvn.SvnLookClient" /></summary> </member> <member name="P:SharpSvn.Remote.SvnRemoteSession.Configuration"> <summary>Gets the <see cref="T:SharpSvn.SvnClientConfiguration" /> instance of this <see cref="T:SharpSvn.SvnClient" /></summary> </member> <member name="M:SharpSvn.Remote.SvnRemoteSession.Write(System.String,System.IO.Stream,SharpSvn.Remote.SvnRemoteWriteArgs,SharpSvn.SvnPropertyCollection@)"> <summary>Writes the content of specified file to a stream. (<c>svn cat</c>)</summary> </member> <member name="M:SharpSvn.Remote.SvnRemoteSession.Write(System.String,System.IO.Stream,SharpSvn.SvnPropertyCollection@)"> <summary>Writes the content of specified file to a stream. (<c>svn cat</c>)</summary> </member> <member name="M:SharpSvn.Remote.SvnRemoteSession.Write(System.String,System.IO.Stream,SharpSvn.Remote.SvnRemoteWriteArgs)"> <summary>Writes the content of specified file to a stream. (<c>svn cat</c>)</summary> </member> <member name="M:SharpSvn.Remote.SvnRemoteSession.Write(System.String,System.IO.Stream)"> <overloads>Writes the content of specified file to a stream. (<c>svn cat</c>)</overloads> <summary>Writes the content of specified file to a stream. (<c>svn cat</c>)</summary> </member> <member name="M:SharpSvn.Remote.SvnRemoteSession.Log(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnRevisionRange,SharpSvn.Remote.SvnRemoteLogArgs,System.EventHandler`1{SharpSvn.Remote.SvnRemoteLogEventArgs})"> <summary>Streamingly retrieve the log messages for a set of revision(s).</summary> </member> <member name="M:SharpSvn.Remote.SvnRemoteSession.Log(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnRevisionRange,System.EventHandler`1{SharpSvn.Remote.SvnRemoteLogEventArgs})"> <overloads>Streamingly retrieve the log messages for a set of revision(s)</overloads> <summary>Streamingly retrieve the log messages for a set of revision(s).</summary> </member> <member name="M:SharpSvn.Remote.SvnRemoteSession.Log(System.String,SharpSvn.SvnRevisionRange,SharpSvn.Remote.SvnRemoteLogArgs,System.EventHandler`1{SharpSvn.Remote.SvnRemoteLogEventArgs})"> <summary>Streamingly retrieve the log messages for a set of revision(s).</summary> </member> <member name="M:SharpSvn.Remote.SvnRemoteSession.ResolveRevision(SharpSvn.SvnRevision,SharpSvn.Remote.SvnRemoteCommonArgs,System.Int64@)"> <summary>Resolves a dated or head revision to an actual revision number</summary> </member> <member name="M:SharpSvn.Remote.SvnRemoteSession.ResolveRevision(SharpSvn.SvnRevision,System.Int64@)"> <overloads>Resolves a dated or head revision to an actual revision number</overloads> <summary>Resolves a dated or head revision to an actual revision number</summary> </member> <member name="M:SharpSvn.Remote.SvnRemoteSession.GetLatestRevision(SharpSvn.Remote.SvnRemoteCommonArgs,System.Int64@)"> <summary>Get the latest revision in the repository</summary> </member> <member name="M:SharpSvn.Remote.SvnRemoteSession.GetLatestRevision(System.Int64@)"> <overloads>Get the latest revision in the repository</overloads> <summary>Get the latest revision in the repository</summary> </member> <member name="M:SharpSvn.Remote.SvnRemoteSession.Reparent(System.Uri,SharpSvn.Remote.SvnRemoteCommonArgs)"> <summary>Reparents the session to the specified Uri in the same repository</summary> </member> <member name="M:SharpSvn.Remote.SvnRemoteSession.Reparent(System.Uri)"> <overloads>Reparents the session to the specified Uri</overloads> <summary>Reparents the session to the specified Uri in the same repository</summary> </member> <member name="M:SharpSvn.Remote.SvnRemoteSession.Open(System.Uri,SharpSvn.Remote.SvnRemoteOpenArgs)"> <summary>Opens the session to the specified Uri</summary> </member> <member name="M:SharpSvn.Remote.SvnRemoteSession.Open(System.Uri)"> <overloads>Opens the session to the specified Uri</overloads> <summary>Opens the session to the specified Uri</summary> </member> <member name="M:SharpSvn.Remote.SvnRemoteSession.#ctor(System.Uri)"> <summary>Initializes a new SvnRemoteSession instance and then <see cref="M:SharpSvn.Remote.SvnRemoteSession.Open(System.Uri)" /> a session to the specified url</summary> </member> <member name="M:SharpSvn.Remote.SvnRemoteSession.#ctor"> <summary>Initializes a new SvnRemoteSession instance</summary> </member> <member name="T:SharpSvn.Remote.SvnRemoteSession"> <summary>This class gives access to the Subversion network protocol. Make sure all passed paths use '/' as path separator. Refer to svn_ra.h for details about the functions on this class, or use the more polished wrappers on the SvnClient class </summary> </member> <member name="E:SharpSvn.SvnLookClient.Cancel"> <summary> Raised to allow canceling operations. The event is first raised on the <see cref="T:SharpSvn.SvnClientArgs" /> object and then on the <see cref="T:SharpSvn.SvnLookClient" /></summary> </member> <member name="M:SharpSvn.SvnLookClient.GetList(SharpSvn.SvnLookOrigin,System.String,SharpSvn.SvnLookListArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnLookListEventArgs}@)"> <summary>Gets the content of a path directly from a repository</summary> </member> <member name="M:SharpSvn.SvnLookClient.GetList(SharpSvn.SvnLookOrigin,System.String,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnLookListEventArgs}@)"> <overloads>Gets the content of a path directly from a repository</overloads> <summary>Gets the content of a path directly from a repository</summary> </member> <member name="M:SharpSvn.SvnLookClient.List(SharpSvn.SvnLookOrigin,System.String,SharpSvn.SvnLookListArgs,System.EventHandler`1{SharpSvn.SvnLookListEventArgs})"> <summary>Lists the content of a path directly from a repository</summary> </member> <member name="M:SharpSvn.SvnLookClient.List(SharpSvn.SvnLookOrigin,System.String,System.EventHandler`1{SharpSvn.SvnLookListEventArgs})"> <overloads>Lists the content of a path directly from a repository</overloads> <summary>Lists the content of a path directly from a repository</summary> </member> <member name="M:SharpSvn.SvnLookClient.Write(SharpSvn.SvnLookOrigin,System.String,System.IO.Stream,SharpSvn.SvnLookWriteArgs)"> <summary>Writes the content of the specified path to a stream directly from a repository</summary> </member> <member name="M:SharpSvn.SvnLookClient.Write(SharpSvn.SvnLookOrigin,System.String,System.IO.Stream)"> <overloads>Writes the content of the specified path to a stream directly from a repository</overloads> <summary>Writes the content of the specified path to a stream directly from a repository</summary> </member> <member name="M:SharpSvn.SvnLookClient.GetPropertyList(SharpSvn.SvnLookOrigin,System.String,SharpSvn.SvnLookPropertyListArgs,SharpSvn.SvnPropertyCollection@)"> <summary>Gets all properties on files or dirs (<c>svn proplist</c>)</summary> </member> <member name="M:SharpSvn.SvnLookClient.GetPropertyList(SharpSvn.SvnLookOrigin,System.String,SharpSvn.SvnPropertyCollection@)"> <overloads>Gets all properties on files or dirs (<c>svn proplist</c>)</overloads> <summary>Gets all properties on files or dirs (<c>svn proplist</c>)</summary> </member> <member name="M:SharpSvn.SvnLookClient.GetProperty(SharpSvn.SvnLookOrigin,System.String,System.String,SharpSvn.SvnLookGetPropertyArgs,SharpSvn.SvnPropertyValue@)"> <summary>Gets the property value of the specified path directly from a repository</summary> </member> <member name="M:SharpSvn.SvnLookClient.GetProperty(SharpSvn.SvnLookOrigin,System.String,System.String,SharpSvn.SvnLookGetPropertyArgs,System.String@)"> <summary>Gets the property value of the specified path directly from a repository</summary> </member> <member name="M:SharpSvn.SvnLookClient.GetProperty(SharpSvn.SvnLookOrigin,System.String,System.String,SharpSvn.SvnPropertyValue@)"> <summary>Gets the property value of the specified path directly from a repository</summary> </member> <member name="M:SharpSvn.SvnLookClient.GetProperty(SharpSvn.SvnLookOrigin,System.String,System.String,System.String@)"> <overloads>Gets the property value of the specified path directly from a repository</overloads> <summary>Gets the property value of the specified path directly from a repository</summary> </member> <member name="M:SharpSvn.SvnLookClient.GetRevisionProperty(SharpSvn.SvnLookOrigin,System.String,SharpSvn.SvnLookRevisionPropertyArgs,SharpSvn.SvnPropertyValue@)"> <summary>Gets the specified revision property directly from the repository</summary> </member> <member name="M:SharpSvn.SvnLookClient.GetRevisionProperty(SharpSvn.SvnLookOrigin,System.String,SharpSvn.SvnLookRevisionPropertyArgs,System.String@)"> <summary>Gets the specified revision property directly from the repository</summary> </member> <member name="M:SharpSvn.SvnLookClient.GetRevisionProperty(SharpSvn.SvnLookOrigin,System.String,SharpSvn.SvnPropertyValue@)"> <summary>Gets the specified revision property directly from the repository</summary> </member> <member name="M:SharpSvn.SvnLookClient.GetRevisionProperty(SharpSvn.SvnLookOrigin,System.String,System.String@)"> <overloads>Gets a revision property directly from a repository</overloads> <summary>Gets the specified revision property directly from the repository</summary> </member> <member name="M:SharpSvn.SvnLookClient.GetChanged(SharpSvn.SvnLookOrigin,SharpSvn.SvnChangedArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnChangedEventArgs}@)"> <summary>Equivalent to <c>svnlook changed</c></summary> </member> <member name="M:SharpSvn.SvnLookClient.GetChanged(SharpSvn.SvnLookOrigin,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnChangedEventArgs}@)"> <overloads>Gets the changed paths directly from a repository</overloads> <summary>Equivalent to <c>svnlook changed</c></summary> </member> <member name="M:SharpSvn.SvnLookClient.Changed(SharpSvn.SvnLookOrigin,SharpSvn.SvnChangedArgs,System.EventHandler`1{SharpSvn.SvnChangedEventArgs})"> <summary>Equivalent to <c>svnlook changed</c></summary> </member> <member name="M:SharpSvn.SvnLookClient.Changed(SharpSvn.SvnLookOrigin,System.EventHandler`1{SharpSvn.SvnChangedEventArgs})"> <overloads>Gets the changed paths directly from a repository</overloads> <summary>Equivalent to <c>svnlook changed</c></summary> </member> <member name="M:SharpSvn.SvnLookClient.GetChangeInfo(SharpSvn.SvnLookOrigin,SharpSvn.SvnChangeInfoArgs,SharpSvn.SvnChangeInfoEventArgs@)"> <summary>Gets the change information (author, date, log, paths, etc.) of a change in a repository</summary> </member> <member name="M:SharpSvn.SvnLookClient.GetChangeInfo(SharpSvn.SvnLookOrigin,SharpSvn.SvnChangeInfoEventArgs@)"> <overloads>Gets the change information of a change directly from a repository</overloads> <summary>Gets the change information (author, date, log, paths, etc.) of the last change in a repository</summary> </member> <member name="M:SharpSvn.SvnLookClient.ChangeInfo(SharpSvn.SvnLookOrigin,SharpSvn.SvnChangeInfoArgs,System.EventHandler`1{SharpSvn.SvnChangeInfoEventArgs})"> <summary>Gets the change information (author, date, log, paths, etc.) of a change in a repository</summary> </member> <member name="M:SharpSvn.SvnLookClient.ChangeInfo(SharpSvn.SvnLookOrigin,System.EventHandler`1{SharpSvn.SvnChangeInfoEventArgs})"> <overloads>Gets the change information of a change directly from a repository</overloads> <summary>Gets the change information (author, date, log, paths, etc.) of the last change in a repository</summary> </member> <member name="M:SharpSvn.SvnLookClient.#ctor"> <summary>Initializes a new <see cref="T:SharpSvn.SvnLookClient" /> instance with default properties</summary> </member> <member name="T:SharpSvn.SvnLookClient"> <summary> Managed wrapper of some of the most common svnlook functions </summary> <remarks> At this time this class is a limited subset of svnlook functionality and is experimental </remarks> </member> <member name="M:SharpSvn.SvnLookOrigin.#ctor(System.String,System.String)"> <summary>Initializes a new SvnLookOrigin instance for a transaction in repositoryPath</summary> </member> <member name="M:SharpSvn.SvnLookOrigin.#ctor(System.String,System.Int64)"> <summary>Initializes a new SvnLookOrigin instance for a specific revision of repositoryPath</summary> </member> <member name="M:SharpSvn.SvnLookOrigin.#ctor(System.String)"> <overloads>Initializes a new SvnLookOrigin</overloads> <summary>Initializes a new SvnLookOrigin instance for the head revision of repositoryPath</summary> </member> <member name="T:SharpSvn.SvnLookOrigin"> <summary>Container for the location to use with the <see cref="T:SharpSvn.SvnLookClient" /> commands</summary> </member> <member name="T:SharpSvn.SvnLookClientArgs"> <summary>Base Extended Parameter container of <see cref="T:SharpSvn.SvnLookClient" /> commands</summary> <threadsafety static="true" instance="false" /> </member> <member name="M:SharpSvn.SvnWorkingCopyClient.Restore(System.String,SharpSvn.SvnWorkingCopyRestoreArgs)"> <summary>Restores a missing node</summary> </member> <member name="M:SharpSvn.SvnWorkingCopyClient.Restore(System.String)"> <summary>Restores a missing node</summary> </member> <member name="M:SharpSvn.SvnWorkingCopyClient.Copy(System.String,System.String,SharpSvn.SvnWorkingCopyCopyArgs)"> <summary>Copies a node to a different path</summary> </member> <member name="M:SharpSvn.SvnWorkingCopyClient.Copy(System.String,System.String)"> <summary>Copies a node to a different path</summary> </member> <member name="M:SharpSvn.SvnWorkingCopyClient.Move(System.String,System.String,SharpSvn.SvnWorkingCopyMoveArgs)"> <summary>Moves a node to a different path</summary> </member> <member name="M:SharpSvn.SvnWorkingCopyClient.Move(System.String,System.String)"> <summary>Moves a node to a different path</summary> </member> <member name="M:SharpSvn.SvnWorkingCopyClient.GetVersion(System.String,SharpSvn.SvnGetWorkingCopyVersionArgs,SharpSvn.SvnWorkingCopyVersion@)"> <summary>Gets the working copy version (<c>svnversion</c>)</summary> </member> <member name="M:SharpSvn.SvnWorkingCopyClient.GetVersion(System.String,SharpSvn.SvnWorkingCopyVersion@)"> <summary>Gets the working copy version (<c>svnversion</c>)</summary> </member> <member name="M:SharpSvn.SvnWorkingCopyClient.GetEntries(System.String,SharpSvn.SvnWorkingCopyEntriesArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnWorkingCopyEntryEventArgs}@)"> <summary>Gets a list of entries contained in the specified working copy path</summary> <remarks>Helper method used by AnkhSVN to detect nested working copies</remarks> <remarks>Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path. </remarks> </member> <member name="M:SharpSvn.SvnWorkingCopyClient.GetEntries(System.String,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnWorkingCopyEntryEventArgs}@)"> <summary>Gets a list of entries contained in the specified working copy path</summary> <remarks>Helper method used by AnkhSVN to detect nested working copies</remarks> <remarks>Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path. </remarks> </member> <member name="M:SharpSvn.SvnWorkingCopyClient.ListEntries(System.String,SharpSvn.SvnWorkingCopyEntriesArgs,System.EventHandler`1{SharpSvn.SvnWorkingCopyEntryEventArgs})"> <summary>Enumerates through the list of entries contained in the specified working copy path</summary> <remarks>Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path. </remarks> </member> <member name="M:SharpSvn.SvnWorkingCopyClient.ListEntries(System.String,System.EventHandler`1{SharpSvn.SvnWorkingCopyEntryEventArgs})"> <summary>Enumerates through the list of entries contained in the specified working copy path</summary> <remarks>Only the entry structures representing files and SVN_WC_ENTRY_THIS_DIR contain complete information. The entry structures representing subdirs have only the `kind' and `state' fields filled in. If you want info on a subdir, you must use this routine to open its @a path and read the @c SVN_WC_ENTRY_THIS_DIR structure, or call svn_wc_entry() on its @a path. </remarks> </member> <member name="M:SharpSvn.SvnWorkingCopyClient.GetState(System.String,SharpSvn.SvnWorkingCopyStateArgs,SharpSvn.SvnWorkingCopyState@)"> <summary>Gets the text file status of a working copy path</summary> </member> <member name="M:SharpSvn.SvnWorkingCopyClient.GetState(System.String,SharpSvn.SvnWorkingCopyState@)"> <summary>Gets the text file status of a working copy path</summary> </member> <member name="M:SharpSvn.SvnWorkingCopyClient.OnProcessing(SharpSvn.SvnProcessingEventArgs)"> <summary>Raises the <see cref="E:SharpSvn.SvnWorkingCopyClient.Processing" /> event.</summary> </member> <member name="M:SharpSvn.SvnWorkingCopyClient.OnSvnError(SharpSvn.SvnErrorEventArgs)"> <summary>Raises the <see cref="T:System.Exception" /> event.</summary> </member> <member name="M:SharpSvn.SvnWorkingCopyClient.OnNotify(SharpSvn.SvnNotifyEventArgs)"> <summary>Raises the <see cref="E:SharpSvn.SvnWorkingCopyClient.Notify" /> event.</summary> </member> <member name="M:SharpSvn.SvnWorkingCopyClient.OnCancel(SharpSvn.SvnCancelEventArgs)"> <summary>Raises the <see cref="E:SharpSvn.SvnWorkingCopyClient.Cancel" /> event.</summary> </member> <member name="E:SharpSvn.SvnWorkingCopyClient.Processing"> <summary> Raised just before a command is executed. This allows a listener to cleanup before a new command is started </summary> </member> <member name="E:SharpSvn.SvnWorkingCopyClient.SvnError"> <summary> Raised when a subversion exception occurs. Set <see cref="P:SharpSvn.SvnCancelEventArgs.Cancel" /> to true to cancel throwing the exception </summary> </member> <member name="E:SharpSvn.SvnWorkingCopyClient.Notify"> <summary> Raised on notifications. The event is first raised on the <see cref="T:SharpSvn.SvnClientArgs" /> object and then on the <see cref="T:SharpSvn.SvnClient" /></summary> </member> <member name="E:SharpSvn.SvnWorkingCopyClient.Cancel"> <summary> Raised to allow canceling operations. The event is first raised on the <see cref="T:SharpSvn.SvnClientArgs" /> object and then on the <see cref="T:SharpSvn.SvnClient" /></summary> </member> <member name="E:SharpSvn.SvnRepositoryClient.Cancel"> <summary> Raised to allow canceling operations. The event is first raised on the <see cref="T:SharpSvn.SvnClientArgs" /> object and then on the <see cref="T:SharpSvn.SvnRepositoryClient" /></summary> </member> <member name="M:SharpSvn.SvnRepositoryClient.HotCopy(System.String,System.String)"> <overloads>Makes a hot copy of a repository</overloads> <summary>Makes a hot copy of a repository</summary> </member> <member name="M:SharpSvn.SvnRepositoryClient.DeleteRevisionProperty(System.String,SharpSvn.SvnRevision,System.String,SharpSvn.SvnSetRevisionPropertyRepositoryArgs)"> <summary>Set the property NAME on revision REVISION</summary> </member> <member name="M:SharpSvn.SvnRepositoryClient.DeleteRevisionProperty(System.String,SharpSvn.SvnRevision,System.String)"> <overloads>Delete the property NAME on revision REVISION</overloads> </member> <member name="M:SharpSvn.SvnRepositoryClient.SetRevisionProperty(System.String,SharpSvn.SvnRevision,System.String,System.Collections.Generic.ICollection`1{System.Byte},SharpSvn.SvnSetRevisionPropertyRepositoryArgs)"> <summary>Set the property NAME on revision REVISION</summary> </member> <member name="M:SharpSvn.SvnRepositoryClient.SetRevisionProperty(System.String,SharpSvn.SvnRevision,System.String,System.String,SharpSvn.SvnSetRevisionPropertyRepositoryArgs)"> <summary>Set the property NAME on revision REVISION</summary> </member> <member name="M:SharpSvn.SvnRepositoryClient.SetRevisionProperty(System.String,SharpSvn.SvnRevision,System.String,System.Collections.Generic.ICollection`1{System.Byte})"> <summary>Set the property NAME on revision REVISION</summary> </member> <member name="M:SharpSvn.SvnRepositoryClient.SetRevisionProperty(System.String,SharpSvn.SvnRevision,System.String,System.String)"> <overloads>Set the property NAME on revision REVISION</overloads> <summary>Set the property NAME on revision REVISION</summary> </member> <member name="M:SharpSvn.SvnRepositoryClient.UpgradeRepository(System.String,SharpSvn.SvnUpgradeRepositoryArgs)"> <summary>In-Place Upgrades a repository to a later version</summary> <remarks> NOTE: This functionality is provided as a convenience for administrators wishing to make use of new Subversion functionality without a potentially costly full repository dump/load. As such, the operation performs only the minimum amount of work needed to accomplish this while maintaining the integrity of the repository. It does *not* guarantee the most optimized repository state as a dump and subsequent load would. </remarks> </member> <member name="M:SharpSvn.SvnRepositoryClient.UpgradeRepository(System.String)"> <overloads>In-Place Upgrades a repository to a later version</overloads> <summary>In-Place Upgrades a repository to a later version</summary> <remarks> NOTE: This functionality is provided as a convenience for administrators wishing to make use of new Subversion functionality without a potentially costly full repository dump/load. As such, the operation performs only the minimum amount of work needed to accomplish this while maintaining the integrity of the repository. It does *not* guarantee the most optimized repository state as a dump and subsequent load would. </remarks> </member> <member name="M:SharpSvn.SvnRepositoryClient.DumpRepository(System.String,System.IO.Stream,SharpSvn.SvnDumpRepositoryArgs)"> <summary>Dumps a repository to a file (svnadmin dump)</summary> </member> <member name="M:SharpSvn.SvnRepositoryClient.DumpRepository(System.String,System.IO.Stream)"> <overloads>Dumps a repository to a file (svnadmin dump)</overloads> <summary>Dumps a repository to a file (svnadmin dump)</summary> </member> <member name="M:SharpSvn.SvnRepositoryClient.LoadRepository(System.String,System.String,SharpSvn.SvnLoadRepositoryArgs)"> <summary>Loads a repository from a file (svnadmin load)</summary> </member> <member name="M:SharpSvn.SvnRepositoryClient.LoadRepository(System.String,System.String)"> <overloads>Loads a repository from a file (svnadmin load)</overloads> <summary>Loads a repository from a file (svnadmin load)</summary> </member> <member name="M:SharpSvn.SvnRepositoryClient.LoadRepository(System.String,System.IO.Stream,SharpSvn.SvnLoadRepositoryArgs)"> <summary>Loads a repository from a file (svnadmin load)</summary> </member> <member name="M:SharpSvn.SvnRepositoryClient.LoadRepository(System.String,System.IO.Stream)"> <overloads>Loads a repository from a file (svnadmin load)</overloads> <summary>Loads a repository from a file (svnadmin load)</summary> </member> <member name="M:SharpSvn.SvnRepositoryClient.RecoverRepository(System.String,SharpSvn.SvnRecoverRepositoryArgs)"> <summary>Recovers the repository at the specified local path</summary> </member> <member name="M:SharpSvn.SvnRepositoryClient.RecoverRepository(System.String)"> <summary>Recovers the repository at the specified local path</summary> </member> <member name="M:SharpSvn.SvnRepositoryClient.DeleteRepository(System.String,SharpSvn.SvnDeleteRepositoryArgs)"> <summary>Deletes the repository at the specified local path</summary> </member> <member name="M:SharpSvn.SvnRepositoryClient.DeleteRepository(System.String)"> <summary>Deletes the repository at the specified local path</summary> </member> <member name="M:SharpSvn.SvnRepositoryClient.CreateRepository(System.String,SharpSvn.SvnCreateRepositoryArgs)"> <summary>Creates a default repository at the specified local path</summary> </member> <member name="M:SharpSvn.SvnRepositoryClient.CreateRepository(System.String)"> <summary>Creates a default repository at the specified local path</summary> </member> <member name="M:SharpSvn.SvnRepositoryClient.FindRepositoryRoot(System.Uri)"> <summary>Helper which allows splitting file:/// uri's in the repository root and the file within</summary> </member> <member name="M:SharpSvn.SvnRepositoryClient.#ctor"> <summary>Initializes a new <see cref="T:SharpSvn.SvnRepositoryClient" /> instance with default properties</summary> </member> <member name="T:SharpSvn.SvnRepositoryClient"> <summary> Managed wrapper of some of the most common repository management functions. </summary> <remarks> At this time this class is just included to enable a standalone test framework over the SvnClient api; without depending on external tools) </remarks> </member> <member name="M:SharpSvn.SvnRepositoryClientArgs.OnNotify(SharpSvn.SvnRepositoryNotifyEventArgs)"> <summary>Raises the <see cref="E:SharpSvn.SvnRepositoryClientArgs.Notify" /> event</summary> </member> <member name="E:SharpSvn.SvnRepositoryClientArgs.Notify"> <summary>Raised to notify changes by an in-progress command</summary> </member> <member name="M:SharpSvn.SvnClientArgsWithConflict.OnConflict(SharpSvn.SvnConflictEventArgs)"> <summary>Raises the <see cref="E:SharpSvn.SvnClientArgsWithConflict.Conflict" /> event</summary> </member> <member name="E:SharpSvn.SvnClientArgsWithConflict.Conflict"> <summary> Raised on conflict. The event is first raised on the <see cref="T:SharpSvn.SvnClientArgsWithConflict" /> object and then on the <see cref="T:SharpSvn.SvnClient" /></summary> </member> <member name="T:SharpSvn.SvnClientArgsWithConflict"> <summary>Base class of all <see cref="T:SharpSvn.SvnClient" /> arguments which allow handling conflicts</summary> <threadsafety static="true" instance="false" /> </member> <member name="P:SharpSvn.SvnClientArgsWithCommit.LogProperties"> <summary>Gets a list of 'extra' revision properties to set on commit</summary> </member> <member name="P:SharpSvn.SvnClientArgsWithCommit.LogMessage"> <summary>Gets or sets the logmessage applied to the commit</summary> </member> <member name="M:SharpSvn.SvnClientArgsWithCommit.OnCommitting(SharpSvn.SvnCommittingEventArgs)"> <summary>Applies the <see cref="P:SharpSvn.SvnClientArgsWithCommit.LogMessage" /> and raises the <see cref="E:SharpSvn.SvnClientArgsWithCommit.Committing" /> event</summary> </member> <member name="E:SharpSvn.SvnClientArgsWithCommit.Committed"> <summary>Raised after a successfull commit</summary> </member> <member name="E:SharpSvn.SvnClientArgsWithCommit.Committing"> <summary>Raised just before committing to allow modifying the log message</summary> </member> <member name="T:SharpSvn.SvnClientArgsWithCommit"> <summary>Base class of all <see cref="T:SharpSvn.SvnClient" /> arguments which allow committing</summary> <threadsafety static="true" instance="false" /> </member> <member name="M:SharpSvn.SvnClientArgs.HandleResult(SharpSvn.SvnClientContext,svn_error_t*)"> <summary>Adds an error category to the list of errors not to throw exceptions for</summary> </member> <member name="M:SharpSvn.SvnClientArgs.AddExpectedCause(SharpSvn.SvnErrorCode[])"> <summary>Adds error codes to the list of errors not to throw exceptions for</summary> </member> <member name="M:SharpSvn.SvnClientArgs.AddExpectedCause(SharpSvn.SvnErrorCode)"> <summary>Adds an error code to the list of errors not to throw exceptions for</summary> </member> <member name="M:SharpSvn.SvnClientArgs.AddExpectedError(SharpSvn.SvnErrorCategory[])"> <summary>Adds error categories to the list of errors not to throw exceptions for</summary> </member> <member name="M:SharpSvn.SvnClientArgs.AddExpectedError(SharpSvn.SvnErrorCategory)"> <summary>Adds an error category to the list of errors not to throw exceptions for</summary> </member> <member name="M:SharpSvn.SvnClientArgs.AddExpectedError(SharpSvn.SvnErrorCode[])"> <summary>Adds error codes to the list of errors not to throw exceptions for</summary> </member> <member name="M:SharpSvn.SvnClientArgs.AddExpectedError(SharpSvn.SvnErrorCode)"> <summary>Adds an error code to the list of errors not to throw exceptions for</summary> </member> <member name="P:SharpSvn.SvnClientArgs.Warnings"> <summary>Gets a collection of warnings issued by the last command invocation</summary> </member> <member name="P:SharpSvn.SvnClientArgs.LastException"> <summary> Gets the last exception thrown by a Subversion api command to which this argument was provided </summary> </member> <member name="P:SharpSvn.SvnClientArgs.ThrowOnCancel"> <summary> Gets or sets a boolean indicating whether the call must throw an error if the operation is canceled <see cref="P:SharpSvn.SvnClientArgs.IsLastInvocationCanceled" /> is true and the returnvalue <c>false</c> if the operation was canceled. (The <see cref="P:SharpSvn.SvnClientArgs.LastException" /> property is set to the cancel exception). Defaults to true </summary> </member> <member name="P:SharpSvn.SvnClientArgs.ThrowOnWarning"> <summary> Gets or sets a boolean indicating whether the call must throw an error if a non fatal error occurs. (E.g. locking or updating an external failed). Defaults to false </summary> </member> <member name="P:SharpSvn.SvnClientArgs.ThrowOnError"> <summary> Gets or sets a boolean indicating whether the call must throw an error if an error occurs. If an exception would occur, the method returns false and the <see cref="P:SharpSvn.SvnClientArgs.LastException" /> property is set to the exception which would have been throw. Defaults to true. </summary> </member> <member name="P:SharpSvn.SvnClientArgs.CommandType"> <summary>Gets the <see cref="T:SharpSvn.SvnCommandType" /> of the command</summary> </member> <member name="M:SharpSvn.SvnClientArgs.OnSvnError(SharpSvn.SvnErrorEventArgs)"> <summary>Called when handling a <see cref="T:SharpSvn.SvnException" /></summary> </member> <member name="M:SharpSvn.SvnClientArgs.OnNotify(SharpSvn.SvnNotifyEventArgs)"> <summary>Raises the <see cref="E:SharpSvn.SvnClientArgs.Notify" /> event</summary> </member> <member name="M:SharpSvn.SvnClientArgs.OnProgress(SharpSvn.SvnProgressEventArgs)"> <summary>Raises the <see cref="E:SharpSvn.SvnClientArgs.Progress" /> event</summary> </member> <member name="M:SharpSvn.SvnClientArgs.OnCancel(SharpSvn.SvnCancelEventArgs)"> <summary>Raises the <see cref="E:SharpSvn.SvnClientArgs.Cancel" /> event</summary> </member> <member name="E:SharpSvn.SvnClientArgs.SvnError"> <summary>Raised to notify errors from an command</summary> </member> <member name="E:SharpSvn.SvnClientArgs.Notify"> <summary>Raised to notify changes by an in-progress command</summary> </member> <member name="E:SharpSvn.SvnClientArgs.Progress"> <summary>Raised to notify of progress by an in-progress command</summary> </member> <member name="E:SharpSvn.SvnClientArgs.Cancel"> <summary>Raised to allow canceling an in-progress command</summary> </member> <member name="T:SharpSvn.SvnClientArgs"> <summary>Base class of all <see cref="T:SharpSvn.SvnClient" /> arguments</summary> <threadsafety static="true" instance="false" /> </member> <member name="M:SharpSvn.SvnClient.GetWorkingCopyRoot(System.String)"> <summary>Gets the (relevant) working copy root of a path or <c>null</c> if the path doesn't have one</summary> </member> <member name="M:SharpSvn.SvnClient.TryGetRepository(System.Uri,System.Uri@,System.Guid@)"> <summary>Gets the repository url and repository id for a url</summary> </member> <member name="M:SharpSvn.SvnClient.TryGetRepositoryId(System.String,System.Guid@)"> <summary>Gets the Uuid of a Path, or <see cref="F:System.Guid.Empty" /> if path is not versioned</summary> <returns>true if successfull, otherwise false</returns> </member> <member name="M:SharpSvn.SvnClient.TryGetRepositoryId(System.Uri,System.Guid@)"> <summary>Gets the Uuid of a Uri, or <see cref="F:System.Guid.Empty" /> if path is not versioned</summary> <returns>true if successfull, otherwise false</returns> </member> <member name="M:SharpSvn.SvnClient.GetRepositoryRoot(System.String)"> <summary>Gets the repository root from the specified path</summary> <value>The repository root <see cref="T:System.Uri" /> or <c>null</c> if the uri is not a working copy path</value> <remarks>SharpSvn makes sure the uri ends in a '/'</remarks> </member> <member name="M:SharpSvn.SvnClient.GetRepositoryRoot(System.Uri)"> <overloads>Gets the repository root from the specified uri or path</overloads> <summary>Gets the repository root from the specified uri</summary> <value>The repository root <see cref="T:System.Uri" /> or <c>null</c> if the uri is not a repository uri</value> <remarks>SharpSvn makes sure the uri ends in a '/'</remarks> </member> <member name="M:SharpSvn.SvnClient.GetUriFromWorkingCopy(System.String)"> <summary>Gets the repository Uri of a path, or <c>null</c> if path is not versioned</summary> <remarks>See also <see cref="M:SharpSvn.SvnTools.GetUriFromWorkingCopy(System.String)" /></remarks> </member> <member name="M:SharpSvn.SvnClient.Youngest(System.String,System.Int64@)"> <overloads>Obtains the youngest valid revision for the repository</overloads> </member> <member name="M:SharpSvn.SvnClient.Patch(System.String,System.String)"> <overloads>Applies a patch file to a directory</overloads> <summary>Applies a patch file to a directory</summary> </member> <member name="M:SharpSvn.SvnClient.ReplayRevisions(SharpSvn.SvnTarget,SharpSvn.SvnRevisionRange,SharpSvn.Delta.SvnDeltaEditor,SharpSvn.SvnReplayRevisionArgs)"> <summary>Replays the specified revisions on the specified target to the editory</summary> </member> <member name="M:SharpSvn.SvnClient.ReplayRevisions(SharpSvn.SvnTarget,SharpSvn.SvnRevisionRange,SharpSvn.Delta.SvnDeltaEditor)"> <overloads>Replays the specified revisions on the specified target to the editor</overloads> <summary>Replays the specified revisions on the specified target to the editor</summary> </member> <member name="M:SharpSvn.SvnClient.GetFileVersions(SharpSvn.SvnTarget,SharpSvn.SvnFileVersionsArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnFileVersionEventArgs}@)"> <summary>Gets a list of versions of the specified file</summary> <remarks>This function allows access to the raw data used to create a Blame report</remarks> </member> <member name="M:SharpSvn.SvnClient.GetFileVersions(SharpSvn.SvnTarget,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnFileVersionEventArgs}@)"> <overloads>Gets a lists of versions of the specified file</overloads> <summary>Gets a list of versions of the specified file</summary> <remarks>This function allows access to the raw data used to create a Blame report</remarks> </member> <member name="M:SharpSvn.SvnClient.FileVersions(SharpSvn.SvnTarget,SharpSvn.SvnFileVersionsArgs,System.EventHandler`1{SharpSvn.SvnFileVersionEventArgs})"> <summary>Lists the versions of the specified file</summary> <remarks>This function allows access to the raw data used to create a Blame report</remarks> </member> <member name="M:SharpSvn.SvnClient.FileVersions(SharpSvn.SvnTarget,System.EventHandler`1{SharpSvn.SvnFileVersionEventArgs})"> <overloads>Lists the versions of the specified file</overloads> <summary>Lists the versions of the specified file</summary> <remarks>This function allows access to the raw data used to create a Blame report</remarks> </member> <member name="M:SharpSvn.SvnClient.GetCapabilities(SharpSvn.SvnTarget,SharpSvn.SvnGetCapabilitiesArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnCapability}@)"> <summary>Checks whether the repository of the specified target has the specified capabilities</summary> </member> <member name="M:SharpSvn.SvnClient.GetCapabilities(SharpSvn.SvnTarget,System.Collections.Generic.IEnumerable`1{SharpSvn.SvnCapability},System.Collections.ObjectModel.Collection`1{SharpSvn.SvnCapability}@)"> <overloads>Checks whether the repository of the specified target has the specified capabilities</overloads> <summary>Checks whether the repository of the specified target has the specified capabilities</summary> </member> <member name="M:SharpSvn.SvnClient.GetBlame(SharpSvn.SvnTarget,SharpSvn.SvnBlameArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnBlameEventArgs}@)"> <summary>Retrieve the content of specified files or URLs with revision and author information per-line (<c>svn blame</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.GetBlame(SharpSvn.SvnTarget,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnBlameEventArgs}@)"> <summary>Retrieve the content of specified files or URLs with revision and author information per-line (<c>svn blame</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Blame(SharpSvn.SvnTarget,SharpSvn.SvnBlameArgs,System.EventHandler`1{SharpSvn.SvnBlameEventArgs})"> <summary>Streamingly retrieve the content of specified files or URLs with revision and author information per-line (<c>svn blame</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Blame(SharpSvn.SvnTarget,System.EventHandler`1{SharpSvn.SvnBlameEventArgs})"> <overloads>Streamingly retrieve the content of specified files or URLs with revision and author information per-line (<c>svn blame</c>)</overloads> <summary>Streamingly retrieve the content of specified files or URLs with revision and author information per-line (<c>svn blame</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.GetMergesMerged(SharpSvn.SvnTarget,SharpSvn.SvnTarget,SharpSvn.SvnMergesMergedArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnMergesMergedEventArgs}@)"> <summary>Retrieves a list of previously merged revisions from the specified source</summary> </member> <member name="M:SharpSvn.SvnClient.GetMergesMerged(SharpSvn.SvnTarget,SharpSvn.SvnTarget,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnMergesMergedEventArgs}@)"> <summary>Retrieves a list of previously merged revisions from the specified source</summary> </member> <member name="M:SharpSvn.SvnClient.ListMergesMerged(SharpSvn.SvnTarget,SharpSvn.SvnTarget,SharpSvn.SvnMergesMergedArgs,System.EventHandler`1{SharpSvn.SvnMergesMergedEventArgs})"> <summary>Retrieves previously merged revisions from the specified source</summary> </member> <member name="M:SharpSvn.SvnClient.ListMergesMerged(SharpSvn.SvnTarget,SharpSvn.SvnTarget,System.EventHandler`1{SharpSvn.SvnMergesMergedEventArgs})"> <overloads>Retrieves a list of previously merged revisions from the specified source</overloads> <summary>Retrieves previously merged revisions from the specified source</summary> </member> <member name="M:SharpSvn.SvnClient.GetMergesEligible(SharpSvn.SvnTarget,SharpSvn.SvnTarget,SharpSvn.SvnMergesEligibleArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnMergesEligibleEventArgs}@)"> <summary>Retrieves a list of revisions of source that are available for merging</summary> </member> <member name="M:SharpSvn.SvnClient.GetMergesEligible(SharpSvn.SvnTarget,SharpSvn.SvnTarget,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnMergesEligibleEventArgs}@)"> <summary>Retrieves a list of revisions of source that are available for merging</summary> </member> <member name="M:SharpSvn.SvnClient.ListMergesEligible(SharpSvn.SvnTarget,SharpSvn.SvnTarget,SharpSvn.SvnMergesEligibleArgs,System.EventHandler`1{SharpSvn.SvnMergesEligibleEventArgs})"> <summary>Retrieves revisions of source that are available for merging</summary> </member> <member name="M:SharpSvn.SvnClient.ListMergesEligible(SharpSvn.SvnTarget,SharpSvn.SvnTarget,System.EventHandler`1{SharpSvn.SvnMergesEligibleEventArgs})"> <overloads>Retrieves a list of revisions of source that are available for merging</overloads> <summary>Retrieves revisions of source that are available for merging</summary> </member> <member name="M:SharpSvn.SvnClient.GetAppliedMergeInfo(SharpSvn.SvnTarget,SharpSvn.SvnGetAppliedMergeInfoArgs,SharpSvn.SvnAppliedMergeInfo@)"> <summary>Gets the merges which are applied on the specified target</summary> </member> <member name="M:SharpSvn.SvnClient.GetAppliedMergeInfo(SharpSvn.SvnTarget,SharpSvn.SvnAppliedMergeInfo@)"> <overloads>Gets the merges which are applied on the specified target (<c>svn mergeinfo</c>)</overloads> <summary>Gets the merges which are applied on the specified target</summary> </member> <member name="M:SharpSvn.SvnClient.GetSuggestedMergeSources(SharpSvn.SvnTarget,SharpSvn.SvnGetSuggestedMergeSourcesArgs,SharpSvn.SvnMergeSourcesCollection@)"> <summary>Gets a list of Uri's which might be valid merge sources</summary> <remarks>The list contains copy-from locations and previous merge locations</remarks> </member> <member name="M:SharpSvn.SvnClient.GetSuggestedMergeSources(SharpSvn.SvnTarget,SharpSvn.SvnMergeSourcesCollection@)"> <overloads>Gets a list of Uri's which might be valid merge sources (<c>svn mergeinfo</c>)</overloads> <summary>Gets a list of Uri's which might be valid merge sources</summary> <remarks>The list contains copy-from locations and previous merge locations</remarks> </member> <member name="M:SharpSvn.SvnClient.GetChangeList(System.String,SharpSvn.SvnListChangeListArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnListChangeListEventArgs}@)"> <summary>Gets the contents of the specified changelist below a specified directory (<c>svn changelist</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.GetChangeList(System.String,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnListChangeListEventArgs}@)"> <overloads>Gets the contents of the specified changelist below a specified directory (<c>svn changelist</c>)</overloads> <summary>Gets the contents of the specified changelist below a specified directory (<c>svn changelist</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.ListChangeList(System.String,SharpSvn.SvnListChangeListArgs,System.EventHandler`1{SharpSvn.SvnListChangeListEventArgs})"> <summary>Streamingly gets the contents of the specified changelist below a specified directory (<c>svn changelist</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.ListChangeList(System.String,System.EventHandler`1{SharpSvn.SvnListChangeListEventArgs})"> <overloads>Streamingly gets the contents of the specified changelist below a specified directory (<c>svn changelist</c>)</overloads> <summary>Streamingly gets the contents of the specified changelist below a specified directory (<c>svn changelist</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoveFromChangeList(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnRemoveFromChangeListArgs)"> <summary>Deassociate the specified path(s) from the specified changelist (<c>svn changelist</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoveFromChangeList(System.Collections.Generic.ICollection`1{System.String})"> <summary>Deassociate the specified path(s) from the specified changelist (<c>svn changelist</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoveFromChangeList(System.String,SharpSvn.SvnRemoveFromChangeListArgs)"> <summary>Deassociate the specified path(s) from the specified changelist (<c>svn changelist</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoveFromChangeList(System.String)"> <overloads>Deassociate the specified path(s) from the specified changelist (<c>svn changelist</c>)</overloads> <summary>Deassociate the specified path(s) from the specified changelist (<c>svn changelist</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.AddToChangeList(System.Collections.Generic.ICollection`1{System.String},System.String,SharpSvn.SvnAddToChangeListArgs)"> <summary>Associate the specified path(s) with the specified changelist (<c>svn changelist</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.AddToChangeList(System.Collections.Generic.ICollection`1{System.String},System.String)"> <summary>Associate the specified path(s) with the specified changelist (<c>svn changelist</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.AddToChangeList(System.String,System.String,SharpSvn.SvnAddToChangeListArgs)"> <summary>Associate the specified path(s) with the specified changelist (<c>svn changelist</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.AddToChangeList(System.String,System.String)"> <overloads>Associate the specified path(s) with the specified changelist (<c>svn changelist</c>)</overloads> <summary>Associate the specified path(s) with the specified changelist (<c>svn changelist</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.GetDiffSummary(SharpSvn.SvnTarget,SharpSvn.SvnTarget,SharpSvn.SvnDiffSummaryArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnDiffSummaryEventArgs}@)"> <summary>Streamingly retrieves the differences between two revisions or paths (<c>svn diff --summarize</c>)</summary> <remarks>Subversion limitation: Currently only works over Uri targets</remarks> </member> <member name="M:SharpSvn.SvnClient.GetDiffSummary(SharpSvn.SvnTarget,SharpSvn.SvnTarget,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnDiffSummaryEventArgs}@)"> <overloads>Retrieves the differences between two revisions or paths (<c>svn diff --summarize</c>)</overloads> <summary>Streamingly retrieves the differences between two revisions or paths (<c>svn diff --summarize</c>)</summary> <remarks>Subversion limitation: Currently only works over Uri targets</remarks> </member> <member name="M:SharpSvn.SvnClient.DiffSummary(SharpSvn.SvnTarget,SharpSvn.SvnTarget,SharpSvn.SvnDiffSummaryArgs,System.EventHandler`1{SharpSvn.SvnDiffSummaryEventArgs})"> <summary>Streamingly retrieves the differences between two revisions or paths (<c>svn diff --summarize</c>)</summary> <remarks>Subversion limitation: Currently only works over Uri targets</remarks> </member> <member name="M:SharpSvn.SvnClient.DiffSummary(SharpSvn.SvnTarget,SharpSvn.SvnTarget,System.EventHandler`1{SharpSvn.SvnDiffSummaryEventArgs})"> <overloads>Streamingly retrieves the differences between two revisions or paths (<c>svn diff --summarize</c>)</overloads> <summary>Streamingly retrieves the differences between two revisions or paths (<c>svn diff --summarize</c>)</summary> <remarks>Subversion limitation: Currently only works over Uri targets</remarks> </member> <member name="M:SharpSvn.SvnClient.Diff(SharpSvn.SvnTarget,SharpSvn.SvnRevisionRange,SharpSvn.SvnDiffArgs,System.IO.Stream)"> <summary>Retrieves the differences between two revisions or paths (<c>svn diff</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Diff(SharpSvn.SvnTarget,SharpSvn.SvnRevisionRange,System.IO.Stream)"> <summary>Retrieves the differences between two revisions or paths (<c>svn diff</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Diff(SharpSvn.SvnTarget,SharpSvn.SvnTarget,SharpSvn.SvnDiffArgs,System.IO.Stream)"> <summary>Retrieves the differences between two revisions or paths (<c>svn diff</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Diff(SharpSvn.SvnTarget,SharpSvn.SvnTarget,System.IO.Stream)"> <overloads>Retrieves the differences between two revisions or paths (<c>svn diff</c>)</overloads> <summary>Retrieves the differences between two revisions or paths (<c>svn diff</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.ReintegrationMerge(System.String,SharpSvn.SvnTarget,SharpSvn.SvnReintegrationMergeArgs)"> <summary>Perform a reintegration merge of source into targetPath</summary> </member> <member name="M:SharpSvn.SvnClient.ReintegrationMerge(System.String,SharpSvn.SvnTarget)"> <overloads>Perform a reintegration merge of source into targetPath</overloads> <summary>Perform a reintegration merge of source into targetPath</summary> </member> <member name="M:SharpSvn.SvnClient.Merge``1(System.String,SharpSvn.SvnTarget,System.Collections.Generic.ICollection`1{``0},SharpSvn.SvnMergeArgs)"> <summary>Merges the changes in the specified revisions from source to targetPath (<c>svn merge</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Merge(System.String,SharpSvn.SvnTarget,SharpSvn.SvnRevisionRange,SharpSvn.SvnMergeArgs)"> <summary>Merges the changes in the specified revisions from source to targetPath (<c>svn merge</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Merge``1(System.String,SharpSvn.SvnTarget,System.Collections.Generic.ICollection`1{``0})"> <summary>Merges the changes in the specified revisions from source to targetPath (<c>svn merge</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Merge(System.String,SharpSvn.SvnTarget,SharpSvn.SvnRevisionRange)"> <overloads>Merges the changes in the specified revisions from source to targetPath (<c>svn merge</c>)</overloads> <summary>Merges the changes in the specified revisions from source to targetPath (<c>svn merge</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.DiffMerge(System.String,SharpSvn.SvnTarget,SharpSvn.SvnTarget,SharpSvn.SvnDiffMergeArgs)"> <summary> Merges the changes from <paramref name="mergeFrom" /> to <paramref name="mergeTo" /> into <paramRef name="targetPath" /></summary> </member> <member name="M:SharpSvn.SvnClient.DiffMerge(System.String,SharpSvn.SvnTarget,SharpSvn.SvnTarget)"> <overloads>Merges the differences between two sources to a working copy path (<c>svn merge</c>)</overloads> <summary> Merges the changes from <paramref name="mergeFrom" /> to <paramref name="mergeTo" /> into <paramRef name="targetPath" /></summary> </member> <member name="M:SharpSvn.SvnClient.GetRevisionPropertyList(System.Uri,SharpSvn.SvnRevision,SharpSvn.SvnRevisionPropertyListArgs,SharpSvn.SvnPropertyCollection@)"> <summary>Gets all revision properties on a a specific revision (<c>svn proplist --revision</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.GetRevisionPropertyList(System.Uri,SharpSvn.SvnRevision,SharpSvn.SvnPropertyCollection@)"> <overloads>Gets all revision properties on a a specific revision (<c>svn proplist --revision</c>)</overloads> <summary>Gets all revision properties on a a specific revision (<c>svn proplist --revision</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.GetRevisionProperty(System.Uri,SharpSvn.SvnRevision,System.String,SharpSvn.SvnGetRevisionPropertyArgs,SharpSvn.SvnPropertyValue@)"> <summary>Gets the value of a revision property on files or dirs in a specific revision (<c>svn propget --revision</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.GetRevisionProperty(System.Uri,SharpSvn.SvnRevision,System.String,SharpSvn.SvnGetRevisionPropertyArgs,System.String@)"> <summary>Gets the value of a revision property on files or dirs in a specific revision (<c>svn propget --revision</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.GetRevisionProperty(System.Uri,SharpSvn.SvnRevision,System.String,SharpSvn.SvnPropertyValue@)"> <summary>Gets the value of a revision property on files or dirs in a specific revision (<c>svn propget --revision</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.GetRevisionProperty(System.Uri,SharpSvn.SvnRevision,System.String,System.String@)"> <overloads>Gets the value of a revision property on files or dirs in a specific revision (<c>svn propget --revision</c>)</overloads> <summary>Gets the value of a revision property on files or dirs in a specific revision (<c>svn propget --revision</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.DeleteRevisionProperty(System.Uri,SharpSvn.SvnRevision,System.String,SharpSvn.SvnSetRevisionPropertyArgs)"> <summary>Deletes the value of a revision property on files, dirs in a specific revision(<c>svn propdel --revision</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.DeleteRevisionProperty(System.Uri,SharpSvn.SvnRevision,System.String)"> <overloads>Deletes the value of a revision property on files, dirs in a specific revision(<c>svn propdel --revision</c>)</overloads> <summary>Deletes the value of a revision property on files, dirs in a specific revision(<c>svn propdel --revision</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.SetRevisionProperty(System.Uri,SharpSvn.SvnRevision,System.String,System.Collections.Generic.ICollection`1{System.Byte},SharpSvn.SvnSetRevisionPropertyArgs)"> <summary>Sets the value of a revision property on files, dirs in a specific revision (<c>svn propset --revision</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.SetRevisionProperty(System.Uri,SharpSvn.SvnRevision,System.String,System.String,SharpSvn.SvnSetRevisionPropertyArgs)"> <summary>Sets the value of a revision property on files, dirs in a specific revision (<c>svn propset --revision</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.SetRevisionProperty(System.Uri,SharpSvn.SvnRevision,System.String,System.Collections.Generic.ICollection`1{System.Byte})"> <summary>Sets the value of a revision property on files, dirs in a specific revision (<c>svn propset --revision</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.SetRevisionProperty(System.Uri,SharpSvn.SvnRevision,System.String,System.String)"> <overloads>Sets the value of a revision property on files, dirs in a specific revision (<c>svn propset --revision</c>)</overloads> <summary>Sets the value of a revision property on files, dirs in a specific revision (<c>svn propset --revision</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.GetPropertyList(SharpSvn.SvnTarget,SharpSvn.SvnPropertyListArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnPropertyListEventArgs}@)"> <summary>Gets all properties on files or dirs (<c>svn proplist</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.GetPropertyList(SharpSvn.SvnTarget,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnPropertyListEventArgs}@)"> <overloads>Gets all properties on files or dirs (<c>svn proplist</c>)</overloads> <summary>Gets all properties on files or dirs (<c>svn proplist</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.PropertyList(SharpSvn.SvnTarget,SharpSvn.SvnPropertyListArgs,System.EventHandler`1{SharpSvn.SvnPropertyListEventArgs})"> <summary>Streamingly lists all properties on files or dirs (<c>svn proplist</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.PropertyList(SharpSvn.SvnTarget,System.EventHandler`1{SharpSvn.SvnPropertyListEventArgs})"> <overloads>Streamingly lists all properties on files or dirs (<c>svn proplist</c>)</overloads> <summary>Streamingly lists all properties on files or dirs (<c>svn proplist</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.TryGetProperty(SharpSvn.SvnTarget,System.String,System.String@)"> <summary>Tries to get a property from the specified path (<c>svn propget</c>)</summary> <remarks>Eats all (non-argument) exceptions</remarks> <returns>True if the property is fetched, otherwise false</returns> <remarks>Equivalent to GetProperty with <see cref="T:SharpSvn.SvnGetPropertyArgs" />'s ThrowOnError set to false</remarks> </member> <member name="M:SharpSvn.SvnClient.GetProperty(SharpSvn.SvnTarget,System.String,SharpSvn.SvnGetPropertyArgs,SharpSvn.SvnTargetPropertyCollection@)"> <summary>Sets the specified property on the specfied path to value</summary> <remarks>Use <see cref="M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String,SharpSvn.SvnSetPropertyArgs)" /> to remove an existing property</remarks> </member> <member name="M:SharpSvn.SvnClient.GetProperty(SharpSvn.SvnTarget,System.String,SharpSvn.SvnPropertyValue@)"> <summary>Gets the specified property from the specfied path</summary> <returns>true if property is set, otherwise false</returns> <exception type="SvnException">path is not a valid workingcopy path</exception> </member> <member name="M:SharpSvn.SvnClient.GetProperty(SharpSvn.SvnTarget,System.String,System.String@)"> <overloads>Retrieves the value of a property on files, dirs, or revisions (<c>svn propget</c>)</overloads> <summary>Gets the specified property from the specfied path</summary> <returns>true if property is set, otherwise false</returns> <exception type="SvnException">path is not a valid workingcopy path</exception> </member> <member name="M:SharpSvn.SvnClient.RemoteDeleteProperty(System.Uri,System.String,SharpSvn.SvnSetPropertyArgs)"> <summary>Removes the specified property from the specfied path</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteDeleteProperty(System.Uri,System.String)"> <summary>Removes the specified property from the specfied path</summary> </member> <member name="M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String,SharpSvn.SvnSetPropertyArgs)"> <summary>Removes the specified property from the specfied path</summary> </member> <member name="M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String)"> <overloads>Deletes a property from files, dirs (<c>svn propdel</c>)</overloads> <summary>Removes the specified property from the specfied path</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteSetProperty(System.Uri,System.String,System.Collections.Generic.ICollection`1{System.Byte},SharpSvn.SvnSetPropertyArgs)"> <summary>Sets the specified property on the specfied path to value</summary> <remarks>Use <see cref="M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String,SharpSvn.SvnSetPropertyArgs)" /> to remove an existing property</remarks> </member> <member name="M:SharpSvn.SvnClient.RemoteSetProperty(System.Uri,System.String,System.String,SharpSvn.SvnSetPropertyArgs)"> <summary>Sets the specified property on the specfied path to value</summary> <remarks>Use <see cref="M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String,SharpSvn.SvnSetPropertyArgs)" /> to remove an existing property</remarks> </member> <member name="M:SharpSvn.SvnClient.RemoteSetProperty(System.Uri,System.String,System.Collections.Generic.ICollection`1{System.Byte})"> <summary>Sets the specified property on the specfied path to value</summary> <remarks>Use <see cref="M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String,SharpSvn.SvnSetPropertyArgs)" /> to remove an existing property</remarks> </member> <member name="M:SharpSvn.SvnClient.RemoteSetProperty(System.Uri,System.String,System.String)"> <overloads>Set the value of a property on files, dirs (<c>svn propset</c>)</overloads> <summary>Sets the specified property on the specfied path to value</summary> <remarks>Use <see cref="M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String,SharpSvn.SvnSetPropertyArgs)" /> to remove an existing property</remarks> </member> <member name="M:SharpSvn.SvnClient.SetProperty(System.String,System.String,System.Collections.Generic.ICollection`1{System.Byte},SharpSvn.SvnSetPropertyArgs)"> <summary>Sets the specified property on the specfied path to value</summary> <remarks>Use <see cref="M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String,SharpSvn.SvnSetPropertyArgs)" /> to remove an existing property</remarks> </member> <member name="M:SharpSvn.SvnClient.SetProperty(System.String,System.String,System.String,SharpSvn.SvnSetPropertyArgs)"> <summary>Sets the specified property on the specfied path to value</summary> <remarks>Use <see cref="M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String,SharpSvn.SvnSetPropertyArgs)" /> to remove an existing property</remarks> </member> <member name="M:SharpSvn.SvnClient.SetProperty(System.String,System.String,System.Collections.Generic.ICollection`1{System.Byte})"> <summary>Sets the specified property on the specfied path to value</summary> <remarks>Use <see cref="M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String,SharpSvn.SvnSetPropertyArgs)" /> to remove an existing property</remarks> </member> <member name="M:SharpSvn.SvnClient.SetProperty(System.String,System.String,System.String)"> <overloads>Set the value of a property on files, dirs (<c>svn propset</c>)</overloads> <summary>Sets the specified property on the specfied path to value</summary> <remarks>Use <see cref="M:SharpSvn.SvnClient.DeleteProperty(System.String,System.String,SharpSvn.SvnSetPropertyArgs)" /> to remove an existing property</remarks> </member> <member name="M:SharpSvn.SvnClient.RemoteUnlock(System.Collections.Generic.ICollection`1{System.Uri},SharpSvn.SvnUnlockArgs)"> <summary>UnlockURLs (<c>svn unlock</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteUnlock(System.Uri,SharpSvn.SvnUnlockArgs)"> <summary>UnlockURLs (<c>svn unlock</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteUnlock(System.Collections.Generic.ICollection`1{System.Uri})"> <summary>UnlockURLs (<c>svn unlock</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteUnlock(System.Uri)"> <overloads>UnlockURLs (<c>svn unlock</c>)</overloads> <summary>UnlockURLs (<c>svn unlock</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Unlock(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnUnlockArgs)"> <summary>Unlock working copy paths (<c>svn unlock</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Unlock(System.String,SharpSvn.SvnUnlockArgs)"> <summary>Unlock working copy paths (<c>svn unlock</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Unlock(System.Collections.Generic.ICollection`1{System.String})"> <summary>Unlock working copy paths (<c>svn unlock</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Unlock(System.String)"> <overloads>Unlock working copy paths (<c>svn unlock</c>)</overloads> <summary>Unlock working copy paths (<c>svn unlock</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteLock(System.Collections.Generic.ICollection`1{System.Uri},SharpSvn.SvnLockArgs)"> <summary>LockURLs in the repository, so that no other user can commit changes to them (<c>svn lock</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteLock(System.Uri,SharpSvn.SvnLockArgs)"> <summary>LockURLs in the repository, so that no other user can commit changes to them (<c>svn lock</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteLock(System.Collections.Generic.ICollection`1{System.Uri},System.String)"> <summary>LockURLs in the repository, so that no other user can commit changes to them (<c>svn lock</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteLock(System.Uri,System.String)"> <overloads>LockURLs in the repository, so that no other user can commit changes to them (<c>svn lock</c>)</overloads> <summary>LockURLs in the repository, so that no other user can commit changes to them (<c>svn lock</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Lock(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnLockArgs)"> <summary>Lock working copy paths in the repository, so that no other user can commit changes to them (<c>svn lock</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Lock(System.String,SharpSvn.SvnLockArgs)"> <summary>Lock working copy paths in the repository, so that no other user can commit changes to them (<c>svn lock</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Lock(System.Collections.Generic.ICollection`1{System.String},System.String)"> <summary>Lock working copy paths in the repository, so that no other user can commit changes to them (<c>svn lock</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Lock(System.String,System.String)"> <overloads>Lock working copy paths in the repository, so that no other user can commit changes to them (<c>svn lock</c>)</overloads> <summary>Lock working copy paths in the repository, so that no other user can commit changes to them (<c>svn lock</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteMove(System.Collections.Generic.ICollection`1{System.Uri},System.Uri,SharpSvn.SvnMoveArgs,SharpSvn.SvnCommitResult@)"> <summary>Move and/or rename something in repository, remembering history (<c>svn move</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteMove(System.Uri,System.Uri,SharpSvn.SvnMoveArgs,SharpSvn.SvnCommitResult@)"> <summary>Move and/or rename something in repository, remembering history (<c>svn move</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteMove(System.Collections.Generic.ICollection`1{System.Uri},System.Uri,SharpSvn.SvnMoveArgs)"> <summary>Move and/or rename something in repository, remembering history (<c>svn move</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteMove(System.Uri,System.Uri,SharpSvn.SvnMoveArgs)"> <summary>Move and/or rename something in repository, remembering history (<c>svn move</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteMove(System.Collections.Generic.ICollection`1{System.Uri},System.Uri,SharpSvn.SvnCommitResult@)"> <summary>Move and/or rename something in repository, remembering history (<c>svn move</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteMove(System.Uri,System.Uri,SharpSvn.SvnCommitResult@)"> <summary>Move and/or rename something in repository, remembering history (<c>svn move</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteMove(System.Collections.Generic.ICollection`1{System.Uri},System.Uri)"> <summary>Move and/or rename something in repository, remembering history (<c>svn move</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteMove(System.Uri,System.Uri)"> <overloads>Move and/or rename something in repository, remembering history (<c>svn move</c>)</overloads> <summary>Move and/or rename something in repository, remembering history (<c>svn move</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Move(System.Collections.Generic.ICollection`1{System.String},System.String,SharpSvn.SvnMoveArgs)"> <summary>Move and/or rename something in working copy, remembering history (<c>svn move</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Move(System.String,System.String,SharpSvn.SvnMoveArgs)"> <summary>Move and/or rename something in working copy, remembering history (<c>svn move</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Move(System.Collections.Generic.ICollection`1{System.String},System.String)"> <summary>Move and/or rename something in working copy, remembering history (<c>svn move</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Move(System.String,System.String)"> <overloads>Move and/or rename something in working copy, remembering history (<c>svn move</c>)</overloads> <summary>Move and/or rename something in working copy, remembering history (<c>svn move</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteCopy``1(System.Collections.Generic.ICollection`1{``0},System.Uri,SharpSvn.SvnCopyArgs,SharpSvn.SvnCommitResult@)"> <summary>Duplicate something in repository, remembering history (<c>svn copy</c>)</summary> <remarks>Can be called with either a list of <see cref="T:SharpSvn.SvnTarget" />, <see cref="T:SharpSvn.SvnUriTarget" /> or <see cref="T:SharpSvn.SvnPathTarget" />. All members must be of the same type.</remarks> </member> <member name="M:SharpSvn.SvnClient.RemoteCopy(SharpSvn.SvnTarget,System.Uri,SharpSvn.SvnCopyArgs,SharpSvn.SvnCommitResult@)"> <summary>Duplicate something in repository, remembering history (<c>svn copy</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteCopy``1(System.Collections.Generic.ICollection`1{``0},System.Uri,SharpSvn.SvnCopyArgs)"> <summary>Duplicate something in repository, remembering history (<c>svn copy</c>)</summary> <remarks>Can be called with either a list of <see cref="T:SharpSvn.SvnTarget" />, <see cref="T:SharpSvn.SvnUriTarget" /> or <see cref="T:SharpSvn.SvnPathTarget" />. All members must be of the same type.</remarks> </member> <member name="M:SharpSvn.SvnClient.RemoteCopy(SharpSvn.SvnTarget,System.Uri,SharpSvn.SvnCopyArgs)"> <summary>Duplicate something in repository, remembering history (<c>svn copy</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteCopy``1(System.Collections.Generic.ICollection`1{``0},System.Uri,SharpSvn.SvnCommitResult@)"> <summary>Duplicate something in repository, remembering history (<c>svn copy</c>)</summary> <remarks>Can be called with either a list of <see cref="T:SharpSvn.SvnTarget" />, <see cref="T:SharpSvn.SvnUriTarget" /> or <see cref="T:SharpSvn.SvnPathTarget" />. All members must be of the same type.</remarks> </member> <member name="M:SharpSvn.SvnClient.RemoteCopy(SharpSvn.SvnTarget,System.Uri,SharpSvn.SvnCommitResult@)"> <summary>Duplicate something in repository, remembering history (<c>svn copy</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteCopy``1(System.Collections.Generic.ICollection`1{``0},System.Uri)"> <summary>Duplicate something in repository, remembering history (<c>svn copy</c>)</summary> <remarks>Can be called with either a list of <see cref="T:SharpSvn.SvnTarget" />, <see cref="T:SharpSvn.SvnUriTarget" /> or <see cref="T:SharpSvn.SvnPathTarget" />. All members must be of the same type.</remarks> </member> <member name="M:SharpSvn.SvnClient.RemoteCopy(SharpSvn.SvnTarget,System.Uri)"> <summary>Duplicate something in repository, remembering history (<c>svn copy</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Copy``1(System.Collections.Generic.ICollection`1{``0},System.String,SharpSvn.SvnCopyArgs)"> <summary>Duplicate something in working copy, remembering history (<c>svn copy</c>)</summary> <remarks>Can be called with either a list of <see cref="T:SharpSvn.SvnTarget" />, <see cref="T:SharpSvn.SvnUriTarget" /> or <see cref="T:SharpSvn.SvnPathTarget" />. All members must be of the same type.</remarks> </member> <member name="M:SharpSvn.SvnClient.Copy(SharpSvn.SvnTarget,System.String,SharpSvn.SvnCopyArgs)"> <summary>Duplicate something in working copy, remembering history (<c>svn copy</c>)</summary> <remarks>Can be called with either a list of <see cref="T:SharpSvn.SvnTarget" />, <see cref="T:SharpSvn.SvnUriTarget" /> or <see cref="T:SharpSvn.SvnPathTarget" />. All members must be of the same type.</remarks> </member> <member name="M:SharpSvn.SvnClient.Copy``1(System.Collections.Generic.ICollection`1{``0},System.String)"> <summary>Duplicate something in working copy, remembering history (<c>svn copy</c>)</summary> <remarks>Can be called with either a list of <see cref="T:SharpSvn.SvnTarget" />, <see cref="T:SharpSvn.SvnUriTarget" /> or <see cref="T:SharpSvn.SvnPathTarget" />. All members must be of the same type.</remarks> </member> <member name="M:SharpSvn.SvnClient.Copy(SharpSvn.SvnTarget,System.String)"> <overloads>Duplicate something in working copy, remembering history (<c>svn copy</c>)</overloads> <summary>Duplicate something in working copy, remembering history (<c>svn copy</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Upgrade(System.String,SharpSvn.SvnUpgradeArgs)"> <summary>Recursively upgrades a working copy.(<c>svn upgrade</c>)</summary> <returns>true if the operation succeeded; false if it did not</returns> <exception type="SvnException">Operation failed and args.ThrowOnError = true</exception> <exception type="ArgumentException">Parameters invalid</exception> </member> <member name="M:SharpSvn.SvnClient.Upgrade(System.String)"> <overloads>Recursively upgrades a working copy.(<c>svn upgrade</c>)</overloads> <summary>Recursively upgrades a working copy.(<c>svn upgrade</c>)</summary> <returns>true if the operation succeeded; false if it did not</returns> <exception type="SvnException">Operation failed</exception> <exception type="ArgumentException">Parameters invalid</exception> </member> <member name="M:SharpSvn.SvnClient.Vacuum(System.String,SharpSvn.SvnVacuumArgs)"> <summary>Vacuums the specified path</summary> <returns>true if the operation succeeded; false if it did not</returns> <exception type="SvnException">Operation failed and args.ThrowOnError = true</exception> <exception type="ArgumentException">Parameters invalid</exception> </member> <member name="M:SharpSvn.SvnClient.Vacuum(System.String)"> <overloads> Vacuums the working copy (via <c>svn cleanup</c>)</overloads> <summary>Vacuums the specified path</summary> <exception type="SvnException">Operation failed</exception> <exception type="ArgumentException">Parameters invalid</exception> </member> <member name="M:SharpSvn.SvnClient.CleanUp(System.String,SharpSvn.SvnCleanUpArgs)"> <summary>Cleans up the specified path, removing all workingcopy locks left behind by crashed clients</summary> <returns>true if the operation succeeded; false if it did not</returns> <exception type="SvnException">Operation failed and args.ThrowOnError = true</exception> <exception type="ArgumentException">Parameters invalid</exception> </member> <member name="M:SharpSvn.SvnClient.CleanUp(System.String)"> <overloads> Recursively clean up the working copy, removing locks, resuming unfinished operations, etc.(<c>svn cleanup</c>)</overloads> <summary>Cleans up the specified path, removing all workingcopy locks left behind by crashed clients</summary> <exception type="SvnException">Operation failed</exception> <exception type="ArgumentException">Parameters invalid</exception> </member> <member name="M:SharpSvn.SvnClient.Resolve(System.String,SharpSvn.SvnAccept,SharpSvn.SvnResolveArgs)"> <summary>Remove 'conflicted' state on a working copy file or directory using the specified choice</summary> </member> <member name="M:SharpSvn.SvnClient.Resolve(System.String,SharpSvn.SvnAccept)"> <summary>Remove 'conflicted' state on a working copy file or directory using the specified choice</summary> </member> <member name="M:SharpSvn.SvnClient.Resolved(System.String)"> <overloads>Remove 'conflicted' state on a working copy file or directory using the specified choice</overloads> <summary>Remove 'conflicted' state on a working copy file or directory using the specified choice</summary> <remarks>Calls <see cref="M:SharpSvn.SvnClient.Resolve(System.String,SharpSvn.SvnAccept)" /> with SvnAccept.Merged</remarks> </member> <member name="M:SharpSvn.SvnClient.Revert(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnRevertArgs)"> <summary>Restore pristine working copy file (undo most local edits) (<c>svn revert</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Revert(System.Collections.Generic.ICollection`1{System.String})"> <summary>Restore pristine working copy file (undo most local edits) (<c>svn revert</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Revert(System.String,SharpSvn.SvnRevertArgs)"> <summary>Restore pristine working copy file (undo most local edits) (<c>svn revert</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Revert(System.String)"> <overloads>Restore pristine working copy file (undo most local edits) (<c>svn revert</c>)</overloads> <summary>Restore pristine working copy file (undo most local edits) (<c>svn revert</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Commit(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnCommitArgs,SharpSvn.SvnCommitResult@)"> <summary>Send changes from your working copy to the repository (<c>svn commit</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Commit(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnCommitArgs)"> <summary>Send changes from your working copy to the repository (<c>svn commit</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Commit(System.String,SharpSvn.SvnCommitArgs,SharpSvn.SvnCommitResult@)"> <summary>Send changes from your working copy to the repository (<c>svn commit</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Commit(System.String,SharpSvn.SvnCommitArgs)"> <summary>Send changes from your working copy to the repository (<c>svn commit</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Commit(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnCommitResult@)"> <summary>Send changes from your working copy to the repository (<c>svn commit</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Commit(System.Collections.Generic.ICollection`1{System.String})"> <summary>Send changes from your working copy to the repository (<c>svn commit</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Commit(System.String,SharpSvn.SvnCommitResult@)"> <summary>Send changes from your working copy to the repository (<c>svn commit</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Commit(System.String)"> <overloads>Send changes from your working copy to the repository (<c>svn commit</c>)</overloads> <summary>Send changes from your working copy to the repository (<c>svn commit</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteImport(System.String,System.Uri,SharpSvn.SvnImportArgs,SharpSvn.SvnCommitResult@)"> <summary>Importing as the subversion api does; without creating a working directory</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteImport(System.String,System.Uri,SharpSvn.SvnImportArgs)"> <summary>Importing as the subversion api does; without creating a working directory</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteImport(System.String,System.Uri,SharpSvn.SvnCommitResult@)"> <summary>Importing as the subversion api does; without creating a working directory</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteImport(System.String,System.Uri)"> <overloads>Commit an unversioned file or tree into the repository (<c>svn import</c>)</overloads> <summary>Importing as the subversion api does; without creating a working directory</summary> </member> <member name="M:SharpSvn.SvnClient.Import(System.String,System.Uri,SharpSvn.SvnImportArgs,SharpSvn.SvnCommitResult@)"> <summary>Performs a working copy import to the specified Uri, by importing the root remotely, checking that out and then adding the files locally</summary> <remarks>Implemented as an Add follwed by an obstructed checkout</remarks> </member> <member name="M:SharpSvn.SvnClient.Import(System.String,System.Uri,SharpSvn.SvnImportArgs)"> <summary>Performs a working copy import to the specified Uri, by importing the root remotely, checking that out and then adding the files locally</summary> <remarks>Implemented as an Add follwed by an obstructed checkout</remarks> </member> <member name="M:SharpSvn.SvnClient.Import(System.String,System.Uri,SharpSvn.SvnCommitResult@)"> <summary>Performs a working copy import to the specified Uri, by importing the root remotely, checking that out and then adding the files locally</summary> <remarks>Implemented as an Add follwed by an obstructed checkout</remarks> </member> <member name="M:SharpSvn.SvnClient.Import(System.String,System.Uri)"> <overloads>Commit an unversioned file or tree into the repository (<c>svn import</c> followed by <c>svn checkout</c>)</overloads> <summary>Performs a working copy import to the specified Uri, by importing the root remotely, checking that out and then adding the files locally</summary> <remarks>Implemented as an Add follwed by an obstructed checkout</remarks> </member> <member name="M:SharpSvn.SvnClient.RemoteDelete(System.Collections.Generic.ICollection`1{System.Uri},SharpSvn.SvnDeleteArgs,SharpSvn.SvnCommitResult@)"> <summary>Remove files and directories from version control at the repository (<c>svn delete|remove</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteDelete(System.Collections.Generic.ICollection`1{System.Uri},SharpSvn.SvnDeleteArgs)"> <summary>Remove files and directories from version control at the repository (<c>svn delete|remove</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteDelete(System.Collections.Generic.ICollection`1{System.Uri})"> <summary>Remove files and directories from version control at the repository (<c>svn delete|remove</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteDelete(System.Uri,SharpSvn.SvnDeleteArgs,SharpSvn.SvnCommitResult@)"> <summary>Remove files and directories from version control at the repository (<c>svn delete|remove</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteDelete(System.Uri,SharpSvn.SvnDeleteArgs)"> <summary>Remove files and directories from version control at the repository (<c>svn delete|remove</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteDelete(System.Uri)"> <overloads>Remove files and directories from version control at the repository (<c>svn delete|remove</c>)</overloads> <summary>Remove files and directories from version control at the repository (<c>svn delete|remove</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Delete(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnDeleteArgs)"> <summary>Remove files and directories from version control, scheduling (<c>svn delete|remove</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Delete(System.Collections.Generic.ICollection`1{System.String})"> <summary>Remove files and directories from version control, scheduling (<c>svn delete|remove</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Delete(System.String,SharpSvn.SvnDeleteArgs)"> <summary>Remove files and directories from version control, scheduling (<c>svn delete|remove</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Delete(System.String)"> <overloads>Remove files and directories from version control, scheduling (<c>svn delete|remove</c>)</overloads> <summary>Remove files and directories from version control, scheduling (<c>svn delete|remove</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteCreateDirectories(System.Collections.Generic.ICollection`1{System.Uri},SharpSvn.SvnCreateDirectoryArgs,SharpSvn.SvnCommitResult@)"> <summary>Create a new directory under version control at the repository (<c>svn mkdir</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteCreateDirectories(System.Collections.Generic.ICollection`1{System.Uri},SharpSvn.SvnCreateDirectoryArgs)"> <summary>Create a new directory under version control at the repository (<c>svn mkdir</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteCreateDirectory(System.Uri,SharpSvn.SvnCreateDirectoryArgs,SharpSvn.SvnCommitResult@)"> <summary>Create a new directory under version control at the repository (<c>svn mkdir</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteCreateDirectory(System.Uri,SharpSvn.SvnCreateDirectoryArgs)"> <summary>Create a new directory under version control at the repository (<c>svn mkdir</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.RemoteCreateDirectory(System.Uri)"> <overloads>Create a new directory under version control at the repository (<c>svn mkdir</c>)</overloads> <summary>Create a new directory under version control at the repository (<c>svn mkdir</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.CreateDirectories(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnCreateDirectoryArgs)"> <summary>Create a new directory under version control, scheduling (<c>svn mkdir</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.CreateDirectories(System.Collections.Generic.ICollection`1{System.String})"> <summary>Create a new directory under version control, scheduling (<c>svn mkdir</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.CreateDirectory(System.String,SharpSvn.SvnCreateDirectoryArgs)"> <summary>Create a new directory under version control, scheduling (<c>svn mkdir</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.CreateDirectory(System.String)"> <overloads>Create a new directory under version control, scheduling (<c>svn mkdir</c>)</overloads> <summary>Create a new directory under version control, scheduling (<c>svn mkdir</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.GetInfo(SharpSvn.SvnTarget,SharpSvn.SvnInfoArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnInfoEventArgs}@)"> <summary>Gets information about the specified target</summary> </member> <member name="M:SharpSvn.SvnClient.GetInfo(SharpSvn.SvnTarget,SharpSvn.SvnInfoEventArgs@)"> <summary>Gets information about the specified target</summary> </member> <member name="M:SharpSvn.SvnClient.Info(SharpSvn.SvnTarget,SharpSvn.SvnInfoArgs,System.EventHandler`1{SharpSvn.SvnInfoEventArgs})"> <summary>Gets information about the specified target</summary> </member> <member name="M:SharpSvn.SvnClient.Info(SharpSvn.SvnTarget,System.EventHandler`1{SharpSvn.SvnInfoEventArgs})"> <overloads>Streamingly retrieves information about a local or remote item (<c>svn info</c>)</overloads> <summary>Gets information about the specified target</summary> </member> <member name="M:SharpSvn.SvnClient.GetList(SharpSvn.SvnTarget,SharpSvn.SvnListArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnListEventArgs}@)"> <summary>Streamingly lists directory entries in the repository. (<c>svn list</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.GetList(SharpSvn.SvnTarget,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnListEventArgs}@)"> <overloads>Gets a list of directory entries in the repository. (<c>svn list</c>)</overloads> <summary>Streamingly lists directory entries in the repository. (<c>svn list</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.List(SharpSvn.SvnTarget,SharpSvn.SvnListArgs,System.EventHandler`1{SharpSvn.SvnListEventArgs})"> <summary>Streamingly lists directory entries in the repository. (<c>svn list</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.List(SharpSvn.SvnTarget,System.EventHandler`1{SharpSvn.SvnListEventArgs})"> <overloads>Streamingly lists directory entries in the repository. (<c>svn list</c>)</overloads> <summary>Streamingly lists directory entries in the repository. (<c>svn list</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Write(SharpSvn.SvnTarget,System.IO.Stream,SharpSvn.SvnWriteArgs,SharpSvn.SvnPropertyCollection@)"> <summary>Writes the content of specified files or URLs to a stream. (<c>svn cat</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Write(SharpSvn.SvnTarget,System.IO.Stream,SharpSvn.SvnPropertyCollection@)"> <summary>Writes the content of specified files or URLs to a stream. (<c>svn cat</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Write(SharpSvn.SvnTarget,System.IO.Stream,SharpSvn.SvnWriteArgs)"> <summary>Writes the content of specified files or URLs to a stream. (<c>svn cat</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Write(SharpSvn.SvnTarget,System.IO.Stream)"> <overloads>Writes the content of specified files or URLs to a stream. (<c>svn cat</c>)</overloads> <summary>Writes the content of specified files or URLs to a stream. (<c>svn cat</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.GetLog(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnLogArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnLogEventArgs}@)"> <summary>Gets log messages of the specified target</summary> </member> <member name="M:SharpSvn.SvnClient.GetLog(System.Collections.Generic.ICollection`1{System.Uri},SharpSvn.SvnLogArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnLogEventArgs}@)"> <summary>Gets log messages of the specified target</summary> </member> <member name="M:SharpSvn.SvnClient.GetLog(System.String,SharpSvn.SvnLogArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnLogEventArgs}@)"> <summary>Gets log messages of the specified target</summary> </member> <member name="M:SharpSvn.SvnClient.GetLog(System.Uri,SharpSvn.SvnLogArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnLogEventArgs}@)"> <summary>Gets log messages of the specified target</summary> </member> <member name="M:SharpSvn.SvnClient.GetLog(System.Uri,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnLogEventArgs}@)"> <summary>Gets log messages of the specified target</summary> </member> <member name="M:SharpSvn.SvnClient.GetLog(System.String,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnLogEventArgs}@)"> <overloads>Retrieve the log messages for a set of revision(s) and/or file(s). (<c>svn log</c>)</overloads> <summary>Gets log messages of the specified target</summary> </member> <member name="M:SharpSvn.SvnClient.Log(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnLogArgs,System.EventHandler`1{SharpSvn.SvnLogEventArgs})"> <summary>Gets log messages of the specified target path</summary> </member> <member name="M:SharpSvn.SvnClient.Log(System.Collections.Generic.ICollection`1{System.Uri},SharpSvn.SvnLogArgs,System.EventHandler`1{SharpSvn.SvnLogEventArgs})"> <summary>Gets log messages of the specified target path</summary> </member> <member name="M:SharpSvn.SvnClient.Log(System.String,SharpSvn.SvnLogArgs,System.EventHandler`1{SharpSvn.SvnLogEventArgs})"> <summary>Gets log messages of the specified target</summary> <remarks>A pegrevision applied on the target overrides one set on the args object</remarks> </member> <member name="M:SharpSvn.SvnClient.Log(System.Uri,SharpSvn.SvnLogArgs,System.EventHandler`1{SharpSvn.SvnLogEventArgs})"> <summary>Gets log messages of the specified target</summary> </member> <member name="M:SharpSvn.SvnClient.Log(System.Uri,System.EventHandler`1{SharpSvn.SvnLogEventArgs})"> <summary>Gets log messages of the specified target</summary> </member> <member name="M:SharpSvn.SvnClient.Log(System.String,System.EventHandler`1{SharpSvn.SvnLogEventArgs})"> <overloads>Streamingly retrieve the log messages for a set of revision(s) and/or file(s). (<c>svn log</c>)</overloads> <summary>Gets log messages of the specified target</summary> </member> <member name="M:SharpSvn.SvnClient.GetStatus(System.String,SharpSvn.SvnStatusArgs,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnStatusEventArgs}@)"> <summary>Gets a list of status data for the specified path</summary> </member> <member name="M:SharpSvn.SvnClient.GetStatus(System.String,System.Collections.ObjectModel.Collection`1{SharpSvn.SvnStatusEventArgs}@)"> <summary>Recursively gets a list of 'interesting' status data for the specified path</summary> </member> <member name="M:SharpSvn.SvnClient.Status(System.String,SharpSvn.SvnStatusArgs,System.EventHandler`1{SharpSvn.SvnStatusEventArgs})"> <summary>Gets status data for the specified path</summary> </member> <member name="M:SharpSvn.SvnClient.Status(System.String,System.EventHandler`1{SharpSvn.SvnStatusEventArgs})"> <overloads>Retrieve the status of working copy files and directories (<c>svn status</c>)</overloads> <summary>Recursively gets 'interesting' status data for the specified path</summary> </member> <member name="M:SharpSvn.SvnClient.Add(System.String,SharpSvn.SvnAddArgs)"> <summary>Adds the specified path</summary> <returns>true if the operation succeeded; false if it did not</returns> <exception type="SvnException">Operation failed and args.ThrowOnError = true</exception> <exception type="ArgumentException">Parameters invalid</exception> </member> <member name="M:SharpSvn.SvnClient.Add(System.String,SharpSvn.SvnDepth)"> <summary>Adds the specified path</summary> <exception type="SvnException">Operation failed</exception> <exception type="ArgumentException">Parameters invalid</exception> </member> <member name="M:SharpSvn.SvnClient.Add(System.String)"> <overloads>Put files and directories under version control, scheduling them for addition to repository. They will be added in next commit(<c>svn add</c>)</overloads> <summary>Recursively adds the specified path</summary> <exception type="SvnException">Operation failed</exception> <exception type="ArgumentException">Parameters invalid</exception> </member> <member name="M:SharpSvn.SvnClient.Relocate(System.String,System.Uri,System.Uri,SharpSvn.SvnRelocateArgs)"> <summary>Update the working copy to a different repository (<c>svn switch --relocate</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Relocate(System.String,System.Uri,System.Uri)"> <overloads>Update the working copy to a different repository (<c>svn switch --relocate</c>)</overloads> <summary>Update the working copy to a different repository (<c>svn switch --relocate</c>)</summary> </member> <member name="M:SharpSvn.SvnClient.Switch(System.String,SharpSvn.SvnUriTarget,SharpSvn.SvnSwitchArgs,SharpSvn.SvnUpdateResult@)"> <summary>Switches a path recursively to the specified target</summary> <exception type="SvnException">Operation failed</exception> <exception type="ArgumentException">Parameters invalid</exception> </member> <member name="M:SharpSvn.SvnClient.Switch(System.String,SharpSvn.SvnUriTarget,SharpSvn.SvnSwitchArgs)"> <summary>Switches a path recursively to the specified target</summary> <exception type="SvnException">Operation failed</exception> <exception type="ArgumentException">Parameters invalid</exception> </member> <member name="M:SharpSvn.SvnClient.Switch(System.String,SharpSvn.SvnUriTarget,SharpSvn.SvnUpdateResult@)"> <summary>Switches a path recursively to the specified target</summary> <exception type="SvnException">Operation failed</exception> <exception type="ArgumentException">Parameters invalid</exception> </member> <member name="M:SharpSvn.SvnClient.Switch(System.String,SharpSvn.SvnUriTarget)"> <overloads>Update the working copy to a different URL (<c>svn switch</c>)</overloads> <summary>Switches a path recursively to the specified target</summary> <exception type="SvnException">Operation failed</exception> <exception type="ArgumentException">Parameters invalid</exception> </member> <member name="M:SharpSvn.SvnClient.Export(SharpSvn.SvnTarget,System.String,SharpSvn.SvnExportArgs,SharpSvn.SvnUpdateResult@)"> <summary>Exports the specified target to the specified path</summary> <remarks>Subversion optimizes this call if you specify a workingcopy file instead of an url</remarks> </member> <member name="M:SharpSvn.SvnClient.Export(SharpSvn.SvnTarget,System.String,SharpSvn.SvnExportArgs)"> <summary>Exports the specified target to the specified path</summary> <remarks>Subversion optimizes this call if you specify a workingcopy file instead of an url</remarks> </member> <member name="M:SharpSvn.SvnClient.Export(SharpSvn.SvnTarget,System.String,SharpSvn.SvnUpdateResult@)"> <summary>Recursively exports the specified target to the specified path</summary> <remarks>Subversion optimizes this call if you specify a workingcopy file instead of an url</remarks> </member> <member name="M:SharpSvn.SvnClient.Export(SharpSvn.SvnTarget,System.String)"> <overloads>Create an unversioned copy of a tree (<c>svn export</c>)</overloads> <summary>Recursively exports the specified target to the specified path</summary> <remarks>Subversion optimizes this call if you specify a workingcopy file instead of an url</remarks> </member> <member name="M:SharpSvn.SvnClient.Update(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnUpdateArgs,SharpSvn.SvnUpdateResult@)"> <summary>Updates the specified paths to the specified revision</summary> <exception type="SvnException">Operation failed and args.ThrowOnError = true</exception> <exception type="ArgumentException">Parameters invalid</exception> <returns>true if the operation succeeded; false if it did not</returns> </member> <member name="M:SharpSvn.SvnClient.Update(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnUpdateArgs)"> <summary>Updates the specified paths to the specified revision</summary> <exception type="SvnException">Operation failed and args.ThrowOnError = true</exception> <exception type="ArgumentException">Parameters invalid</exception> <returns>true if the operation succeeded; false if it did not</returns> </member> <member name="M:SharpSvn.SvnClient.Update(System.Collections.Generic.ICollection`1{System.String},SharpSvn.SvnUpdateResult@)"> <summary>Recursively updates the specified paths to the latest (HEAD) revision</summary> <exception type="SvnException">Operation failed</exception> <exception type="ArgumentException">Parameters invalid</exception> </member> <member name="M:SharpSvn.SvnClient.Update(System.Collections.Generic.ICollection`1{System.String})"> <summary>Recursively updates the specified paths to the latest (HEAD) revision</summary> <exception type="SvnException">Operation failed</exception> <exception type="ArgumentException">Parameters invalid</exception> </member> <member name="M:SharpSvn.SvnClient.Update(System.String,SharpSvn.SvnUpdateArgs,SharpSvn.SvnUpdateResult@)"> <summary>Recursively updates the specified path to the latest (HEAD) revision</summary> <exception type="SvnException">Operation failed and args.ThrowOnError = true</exception> <exception type="ArgumentException">Parameters invalid</exception> </member> <member name="M:SharpSvn.SvnClient.Update(System.String,SharpSvn.SvnUpdateArgs)"> <summary>Recursively updates the specified path</summary> <exception type="SvnException">Operation failed and args.ThrowOnError = true</exception> <exception type="ArgumentException">Parameters invalid</exception> </member> <member name="M:SharpSvn.SvnClient.Update(System.String,SharpSvn.SvnUpdateResult@)"> <summary>Recursively updates the specified path to the latest (HEAD) revision</summary> <exception type="SvnException">Operation failed and args.ThrowOnError = true</exception> <exception type="ArgumentException">Parameters invalid</exception> </member> <member name="M:SharpSvn.SvnClient.Update(System.String)"> <overloads>Bring changes from the repository into the working copy (<c>svn update</c>)</overloads> <summary>Recursively updates the specified path to the latest (HEAD) revision</summary> <exception type="SvnException">Operation failed</exception> <exception type="ArgumentException">Parameters invalid</exception> </member> <member name="M:SharpSvn.SvnClient.CheckOut(SharpSvn.SvnUriTarget,System.String,SharpSvn.SvnCheckOutArgs,SharpSvn.SvnUpdateResult@)"> <summary>Performs a checkout of <paramref name="url" /> to <paramref name="path" /> to the specified param</summary> <exception type="SvnException">Operation failed and args.ThrowOnError = true</exception> <exception type="ArgumentException">Parameters invalid</exception> <returns>true if the operation succeeded; false if it did not</returns> </member> <member name="M:SharpSvn.SvnClient.CheckOut(SharpSvn.SvnUriTarget,System.String,SharpSvn.SvnCheckOutArgs)"> <summary>Performs a checkout of <paramref name="url" /> to <paramref name="path" /> to the specified param</summary> <exception type="SvnException">Operation failed and args.ThrowOnError = true</exception> <exception type="ArgumentException">Parameters invalid</exception> <returns>true if the operation succeeded; false if it did not</returns> </member> <member name="M:SharpSvn.SvnClient.CheckOut(SharpSvn.SvnUriTarget,System.String,SharpSvn.SvnUpdateResult@)"> <summary>Performs a recursive checkout of <paramref name="url" /> to <paramref name="path" /></summary> <exception type="SvnException">Operation failed</exception> <exception type="ArgumentException">Parameters invalid</exception> </member> <member name="M:SharpSvn.SvnClient.CheckOut(SharpSvn.SvnUriTarget,System.String)"> <overloads>Check out a working copy from a repository. (<c>svn checkout</c>)</overloads> <summary>Performs a recursive checkout of <paramref name="url" /> to <paramref name="path" /></summary> <exception type="SvnException">Operation failed</exception> <exception type="ArgumentException">Parameters invalid</exception> </member> <member name="M:SharpSvn.SvnClient.OnProcessing(SharpSvn.SvnProcessingEventArgs)"> <summary>Raises the <see cref="E:SharpSvn.SvnClient.Processing" /> event.</summary> </member> <member name="M:SharpSvn.SvnClient.OnSvnError(SharpSvn.SvnErrorEventArgs)"> <summary>Raises the <see cref="T:System.Exception" /> event.</summary> </member> <member name="M:SharpSvn.SvnClient.OnConflict(SharpSvn.SvnConflictEventArgs)"> <summary>Raises the <see cref="E:SharpSvn.SvnClient.Conflict" /> event.</summary> </member> <member name="M:SharpSvn.SvnClient.OnNotify(SharpSvn.SvnNotifyEventArgs)"> <summary>Raises the <see cref="E:SharpSvn.SvnClient.Notify" /> event.</summary> </member> <member name="M:SharpSvn.SvnClient.OnCommitted(SharpSvn.SvnCommittedEventArgs)"> <summary>Raises the <see cref="E:SharpSvn.SvnClient.Committing" /> event.</summary> </member> <member name="M:SharpSvn.SvnClient.OnCommitting(SharpSvn.SvnCommittingEventArgs)"> <summary>Raises the <see cref="E:SharpSvn.SvnClient.Committing" /> event.</summary> </member> <member name="M:SharpSvn.SvnClient.OnProgress(SharpSvn.SvnProgressEventArgs)"> <summary>Raises the <see cref="E:SharpSvn.SvnClient.Progress" /> event.</summary> </member> <member name="M:SharpSvn.SvnClient.OnCancel(SharpSvn.SvnCancelEventArgs)"> <summary>Raises the <see cref="E:SharpSvn.SvnClient.Cancel" /> event.</summary> </member> <member name="E:SharpSvn.SvnClient.Processing"> <summary> Raised just before a command is executed. This allows a listener to cleanup before a new command is started </summary> </member> <member name="E:SharpSvn.SvnClient.SvnError"> <summary> Raised when a subversion exception occurs. Set <see cref="P:SharpSvn.SvnCancelEventArgs.Cancel" /> to true to cancel throwing the exception </summary> </member> <member name="E:SharpSvn.SvnClient.Conflict"> <summary> Raised on conflict. The event is first raised on the <see cref="T:SharpSvn.SvnClientArgsWithConflict" /> object and then on the <see cref="T:SharpSvn.SvnClient" /></summary> </member> <member name="E:SharpSvn.SvnClient.Committed"> <summary> Raised on progress. The event is first raised on the <see cref="T:SharpSvn.SvnClientArgsWithCommit" /> object and then on the <see cref="T:SharpSvn.SvnClient" /></summary> </member> <member name="E:SharpSvn.SvnClient.Committing"> <summary> Raised on progress. The event is first raised on the <see cref="T:SharpSvn.SvnClientArgsWithCommit" /> object and then on the <see cref="T:SharpSvn.SvnClient" /></summary> </member> <member name="E:SharpSvn.SvnClient.Notify"> <summary> Raised on notifications. The event is first raised on the <see cref="T:SharpSvn.SvnClientArgs" /> object and then on the <see cref="T:SharpSvn.SvnClient" /></summary> </member> <member name="E:SharpSvn.SvnClient.Progress"> <summary> Raised on progress. The event is first raised on the <see cref="T:SharpSvn.SvnClientArgs" /> object and then on the <see cref="T:SharpSvn.SvnClient" /></summary> </member> <member name="E:SharpSvn.SvnClient.Cancel"> <summary> Raised to allow canceling operations. The event is first raised on the <see cref="T:SharpSvn.SvnClientArgs" /> object and then on the <see cref="T:SharpSvn.SvnClient" /></summary> </member> <member name="P:SharpSvn.SvnClient.Configuration"> <summary>Gets the <see cref="T:SharpSvn.SvnClientConfiguration" /> instance of this <see cref="T:SharpSvn.SvnClient" /></summary> </member> <member name="P:SharpSvn.SvnClient.AdministrativeDirectoryName"> <summary> Gets the name of the subversion administrative directories. Most commonly ".svn" </summary> <remarks> An internal implementation of a setter is available on this property. Users should read the subversion implementation of svn_wc_set_adm_dir before invoking the setter of this property via reflection </remarks> </member> <member name="M:SharpSvn.SvnClient.EnableSubversionLocalization"> <summary>Enables the subversion localization engine. (Costs +- 400 KByte ram/language used and slows error handling within the subversion engine)</summary> <remarks>By default the subversion layer uses english messages for everything. After this method is called all messages are routed via the managed resource handler</remarks> </member> <member name="M:SharpSvn.SvnClient.AddClientName(System.String,System.Version)"> <summary>Adds the specified client name to web requests' UserAgent string</summary> <remarks>The name is filtered to be unique and conformant for the webrequest. Clients should use only alphanumerical ascii characters</remarks> </member> <member name="P:SharpSvn.SvnClient.SharpSvnVersion"> <summary>Gets the version of the SharpSvn library</summary> </member> <member name="P:SharpSvn.SvnClient.Version"> <summary>Gets the version number of SharpSvn's encapsulated subversion library</summary> </member> <member name="M:SharpSvn.SvnClient.#ctor"> <summary>Initializes a new <see cref="T:SharpSvn.SvnClient" /> instance with default properties</summary> </member> <member name="T:SharpSvn.SvnClient"> <summary>Subversion client instance; main entrance to the Subversion Client api</summary> <threadsafety static="true" instance="false" /> </member> <member name="P:SharpSvn.SvnPropertyValue.Target"> <summary>Gets the <see cref="T:SharpSvn.SvnTarget" /> the <see cref="T:SharpSvn.SvnPropertyValue" /> applies to; <c>null</c> if it applies to a revision property</summary> </member> <member name="M:SharpSvn.SvnClientConfiguration.SetOption(System.String,System.String,System.String,System.String)"> <summary>While the configuration isn't used yet, allows overriding specific configuration options</summary> </member> <member name="P:SharpSvn.SvnClientConfiguration.GlobalIgnorePattern"> <summary>Gets the subversion global ignore pattern as specified in the configuration</summary> </member> <member name="P:SharpSvn.SvnClientConfiguration.KeepAllExtensionsOnConflict"> <summary>Gets or sets a value indicating whether the 'preserved-conflict-file-exts' should be forced to '*'</summary> </member> <member name="P:SharpSvn.SvnClientConfiguration.UseSubversionDiff"> <summary>Gets or sets a boolean indicating whether to always use the subversion integrated diff library instead of the user configured diff tools</summary> <remarks>The default value of this property is true; to allow parsing the output of the diff library</remarks> <value>true if subversions internal diff must be used, otherwise false</value> </member> <member name="P:SharpSvn.SvnClientConfiguration.LoadSvnMimeTypes"> <summary>Gets or sets a boolean indicating whether to load the svn mimetypes file when calling Add or Import the first time</summary> <remarks>The default value of this property is true; this matches the behaviour of the svn commandline client</remarks> <value>true if loading the mimetypes file on the initial import, otherwise false</value> </member> <member name="P:SharpSvn.SvnClientConfiguration.LogMessageRequired"> <summary>Gets or sets a boolean indicating whether commits will fail if no log message is provided</summary> <remarks>The default value of this property is true</remarks> </member> <member name="M:SharpSvn.Remote.SvnRemoteLocationSegmentEventArgs.Detach(System.Boolean)"> <summary>Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use</summary> <description>After this method is called all properties are either stored managed, or are no longer readable</description> </member> <member name="P:SharpSvn.Remote.SvnRemoteLocationSegmentEventArgs.Range"> <summary>Retrieve StartRevision-EndRevision as a <see cref="T:SharpSvn.SvnRevisionRange" /></summary> </member> <member name="M:SharpSvn.Remote.SvnRemoteListLockEventArgs.Detach(System.Boolean)"> <summary>Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use</summary> <description>After this method is called all properties are either stored managed, or are no longer readable</description> </member> <member name="M:SharpSvn.Remote.SvnRemoteListEventArgs.Detach(System.Boolean)"> <summary>Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use</summary> <description>After this method is called all properties are either stored managed, or are no longer readable</description> </member> <member name="M:SharpSvn.Remote.SvnRemoteStatEventArgs.Detach(System.Boolean)"> <summary>Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use</summary> <description>After this method is called all properties are either stored managed, or are no longer readable</description> </member> <member name="P:SharpSvn.Remote.SvnRemoteLogEventArgs.MergeLogNestingLevel"> <summary>Gets the nesting level of the logs via merges</summary> </member> <member name="P:SharpSvn.Remote.SvnRemoteLogEventArgs.HasChildren"> <summary>Set to true when the following items are merged-child items of this item.</summary> </member> <member name="M:SharpSvn.SvnInheritedPropertyListEventArgs.GetHashCode"> <summary>Serves as a hashcode for the specified type</summary> </member> <member name="P:SharpSvn.SvnPatchFilterEventArgs.Filtered"> <summary>Gets or sets a boolean indicating whether this file should be filtered from the patch handling</summary> </member> <member name="P:SharpSvn.SvnPatchFilterEventArgs.ResultPath"> <summary>Path to a temporary file containing the result of the patch</summary> </member> <member name="P:SharpSvn.SvnPatchFilterEventArgs.RejectPath"> <summary>Path to a temporary file containing the rejected hunks of the patch</summary> </member> <member name="P:SharpSvn.SvnPatchFilterEventArgs.Path"> <summary>The path to the node as stored in the patch file, normalized to Windows style</summary> </member> <member name="P:SharpSvn.SvnPatchFilterEventArgs.CanonicalPath"> <summary>The path to the node as stored in the patch file, kept in Subversion canonical format</summary> </member> <member name="M:SharpSvn.SvnFileVersionEventArgs.GetContentStream(SharpSvn.SvnFileVersionWriteArgs)"> <summary>Gets the file contents of the current version as readable stream (Only valid in EventHandler)</summary> <exception cref="T:System.InvalidOperationException">Not in the EventHandler</exception> <remarks>The stream will be closed when the eventhandler returns. It is not seekabel but you can reset the stream to position 0</remarks> </member> <member name="M:SharpSvn.SvnFileVersionEventArgs.GetContentStream"> <summary>Gets the file contents of the current version as readable stream (Only valid in EventHandler)</summary> <exception cref="T:System.InvalidOperationException">Not in the EventHandler</exception> <remarks>The stream will be closed when the eventhandler returns. It is not seekabel but you can reset the stream to position 0</remarks> </member> <member name="M:SharpSvn.SvnFileVersionEventArgs.WriteTo(System.IO.Stream,SharpSvn.SvnFileVersionWriteArgs)"> <summary>Write the file contents to the specified file/stream (Only valid in EventHandler)</summary> <exception cref="T:System.InvalidOperationException">Not in the EventHandler</exception> </member> <member name="M:SharpSvn.SvnFileVersionEventArgs.WriteTo(System.String,SharpSvn.SvnFileVersionWriteArgs)"> <summary>Write the file contents to the specified file/stream (Only valid in EventHandler)</summary> <exception cref="T:System.InvalidOperationException">Not in the EventHandler</exception> </member> <member name="M:SharpSvn.SvnFileVersionEventArgs.WriteTo(System.IO.Stream)"> <summary>Write the file contents to the specified file/stream (Only valid in EventHandler)</summary> <exception cref="T:System.InvalidOperationException">Not in the EventHandler</exception> </member> <member name="M:SharpSvn.SvnFileVersionEventArgs.WriteTo(System.String)"> <overloads>Write the file contents to the specified file/stream (Only valid in EventHandler)</overloads> <summary>Write the file contents to the specified file/stream (Only valid in EventHandler)</summary> <exception cref="T:System.InvalidOperationException">Not in the EventHandler</exception> </member> <member name="M:SharpSvn.SvnLookInheritedPropertyListEventArgs.GetHashCode"> <summary>Serves as a hashcode for the specified type</summary> </member> <member name="P:SharpSvn.SvnChangeInfoEventArgs.BaseRevision"> <summary>Gets the revision the change is based on</summary> </member> <member name="M:SharpSvn.SvnChangedEventArgs.GetHashCode"> <summary>Serves as a hashcode for the specified type</summary> </member> <member name="P:SharpSvn.SvnStatusEventArgs.PristinePropertyStatus"> <summary>Gets the raw property status of the node when available</summary> </member> <member name="P:SharpSvn.SvnStatusEventArgs.PristineContentStatus"> <summary>Gets the raw content status of the node when available</summary> </member> <member name="P:SharpSvn.SvnStatusEventArgs.TreeConflict"> <summary>Gets the tree conflict data of this node or <c>null</c> if this node doesn't have a tree conflict</summary> </member> <member name="P:SharpSvn.SvnStatusEventArgs.FileLength"> <summary>The length of the file currently in the working copy, matching the name of this node. -1 if there is no such file.</summary> </member> <member name="P:SharpSvn.SvnStatusEventArgs.WorkingCopyInfo"> <summary>Gets an object containing detailed workingcopy information of this node</summary> </member> <member name="P:SharpSvn.SvnStatusEventArgs.RemoteUpdateNodeKind"> <summary>Out of Date: Gets the node kind of the OutOfDate commit</summary> </member> <member name="P:SharpSvn.SvnStatusEventArgs.RemoteUpdateCommitAuthor"> <summary>Out of Date: Gets the author of the OutOfDate commit</summary> </member> <member name="P:SharpSvn.SvnStatusEventArgs.RemoteUpdateCommitTime"> <summary>Out of Date: Last commit date of the item</summary> </member> <member name="P:SharpSvn.SvnStatusEventArgs.RemoteUpdateRevision"> <summary>Out of Date: Last commit version of the item</summary> </member> <member name="P:SharpSvn.SvnStatusEventArgs.IsRemoteUpdated"> <summary>Gets the out of date status of the item; if true the RemoteUpdate* properties are set</summary> </member> <member name="P:SharpSvn.SvnStatusEventArgs.IsFileExternal"> <summary>Gets a boolean indicating whether the node is a file external</summary> </member> <member name="P:SharpSvn.SvnStatusEventArgs.Switched"> <summary>Gets a boolean indicating whether the file is switched in the working copy</summary> </member> <member name="P:SharpSvn.SvnStatusEventArgs.RepositoryIdValue"> <summary>Gets the repository id as String</summary> </member> <member name="P:SharpSvn.SvnStatusEventArgs.RepositoryId"> <summary>Gets the repository id as Guid</summary> </member> <member name="P:SharpSvn.SvnStatusEventArgs.LocalCopied"> <summary>Gets a boolean indicating whether the file is copied in the working copy</summary> <remarks>A file or directory can be 'copied' if it's scheduled for addition-with-history (or part of a subtree that is scheduled as such.).</remarks> </member> <member name="P:SharpSvn.SvnStatusEventArgs.Wedged"> <summary>Gets a boolean indicating whether the workingcopy is locked</summary> </member> <member name="P:SharpSvn.SvnStatusEventArgs.LocalLocked"> <summary>Gets a boolean indicating whether the workingcopy is locked</summary> </member> <member name="P:SharpSvn.SvnStatusEventArgs.LocalPropertyStatus"> <summary>Property status in working copy</summary> </member> <member name="P:SharpSvn.SvnStatusEventArgs.LocalTextStatus"> <summary>The status of the text/content of the node</summary> </member> <member name="P:SharpSvn.SvnStatusEventArgs.LocalContentStatus"> <summary>Content status in working copy</summary> </member> <member name="P:SharpSvn.SvnStatusEventArgs.LocalNodeStatus"> <summary>The node status (combination of restructuring operations, text and property status.</summary> </member> <member name="P:SharpSvn.SvnStatusEventArgs.Path"> <summary>The path returned by the subversion api</summary> </member> <member name="P:SharpSvn.SvnStatusEventArgs.FullPath"> <summary>The full path the notification is about, as translated via <see cref="M:SharpSvn.SvnTools.GetNormalizedFullPath(System.String)" /></summary> <remarks>See also <see cref="P:SharpSvn.SvnStatusEventArgs.Path" />.</remarks> </member> <member name="P:SharpSvn.SvnStatusEventArgs.NodeKind"> <summary>Gets the recorded node type of this node</summary> </member> <member name="M:SharpSvn.SvnWorkingCopyInfo.GetHashCode"> <summary>Serves as a hashcode for the specified type</summary> </member> <member name="P:SharpSvn.SvnWorkingCopyInfo.FileExternalPath"> <summary>The entry is a intra-repository file external and this is the repository root relative path to the file specified in the externals definition, otherwise NULL if the entry is not a file external.</summary> </member> <member name="P:SharpSvn.SvnWorkingCopyInfo.IsCopy"> <summary>Gets a boolean indicating whether the node is in a copied state (possibly because the entry is a child of a path that is scheduled for addition or replacement when the entry itself is normal</summary> </member> <member name="P:SharpSvn.SvnWorkingCopyInfo.Schedule"> <summary>Gets the node scheduling (add, delete, replace)</summary> </member> <member name="P:SharpSvn.SvnWorkingCopyInfo.NodeKind"> <summary>Gets the node kind</summary> </member> <member name="P:SharpSvn.SvnWorkingCopyInfo.RepositoryIdValue"> <summary>Gets the repository id as String</summary> </member> <member name="P:SharpSvn.SvnWorkingCopyInfo.RepositoryId"> <summary>Gets the repository id as Guid</summary> </member> <member name="P:SharpSvn.SvnWorkingCopyInfo.RepositoryUri"> <summary>The repository Uri including a final '/'</summary> </member> <member name="P:SharpSvn.SvnWorkingCopyInfo.Uri"> <summary>Url in repository, including final '/' if the entry specifies a directory</summary> </member> <member name="P:SharpSvn.SvnWorkingCopyInfo.Revision"> <summary>Base revision</summary> </member> <member name="P:SharpSvn.SvnWorkingCopyInfo.Name"> <summary>The entries name</summary> </member> <member name="M:SharpSvn.SvnPropertyListEventArgs.GetHashCode"> <summary>Serves as a hashcode for the specified type</summary> </member> <member name="M:SharpSvn.SvnProgressEventArgs.GetHashCode"> <summary>Serves as a hashcode for the specified type</summary> </member> <member name="M:SharpSvn.SvnProcessingEventArgs.GetHashCode"> <summary>Serves as a hashcode for the specified type</summary> </member> <member name="P:SharpSvn.SvnMergesMergedEventArgs.SourceTarget"> <summary>Gets the merge source passed to the SvnClient call</summary> </member> <member name="P:SharpSvn.SvnMergesMergedEventArgs.SourceUri"> <summary>Gets the specified SourceUri or <c>null</c> if the source was a local path</summary> </member> <member name="P:SharpSvn.SvnMergesEligibleEventArgs.SourceTarget"> <summary>Gets the merge source passed to the SvnClient call</summary> </member> <member name="P:SharpSvn.SvnMergesEligibleEventArgs.SourceUri"> <summary>Gets the specified SourceUri or <c>null</c> if the source was a local path</summary> </member> <member name="P:SharpSvn.SvnAppliedMergeInfo.AppliedMerges"> <summary>Gets a list of applied merges</summary> </member> <member name="M:SharpSvn.SvnMergeItemCollection.TryIntersect(System.Collections.Generic.ICollection`1{SharpSvn.SvnMergeItem},SharpSvn.SvnMergeIntersectArgs,SharpSvn.SvnMergeItemCollection@)"> <remarks>ConsiderInheritance is ignored at this time</remarks> </member> <member name="M:SharpSvn.SvnMergeItemCollection.TryRemove(System.Collections.Generic.ICollection`1{SharpSvn.SvnMergeItem},SharpSvn.SvnMergeRemoveArgs,SharpSvn.SvnMergeItemCollection@)"> <remarks>ConsiderInheritance is ignored at this time</remarks> </member> <member name="M:SharpSvn.SvnMergeItemCollection.#ctor(System.Collections.Generic.IEnumerable`1{SharpSvn.SvnMergeItem})"> <summary>Initializes a new instance of the <see cref="T:SharpSvn.SvnMergeItemCollection" /> class with the values from the specified collection</summary> </member> <member name="M:SharpSvn.SvnMergeItemCollection.#ctor"> <summary>Initializes a new instance of the <see cref="T:SharpSvn.SvnMergeItemCollection" /> class with default properties</summary> </member> <member name="M:SharpSvn.SvnMergeRange.GetHashCode"> <summary>Serves as a hashcode for the specified type</summary> </member> <member name="M:SharpSvn.SvnRevisionRange.FromRevision(System.Int64)"> <summary>Creates a SvnRevision from {revision-1:revision}</summary> </member> <member name="P:SharpSvn.SvnLogEventArgs.MergeLogNestingLevel"> <summary>Gets the nesting level of the logs via merges</summary> </member> <member name="P:SharpSvn.SvnLogEventArgs.HasChildren"> <summary>Set to true when the following items are merged-child items of this item.</summary> </member> <member name="P:SharpSvn.SvnLogEventArgs.LogOrigin"> <summary>Gets the log origin SharpSvn used for retrieving the log</summary> </member> <member name="M:SharpSvn.SvnLoggingEventArgs.GetHashCode"> <summary>Serves as a hashcode for the specified type</summary> </member> <member name="P:SharpSvn.SvnLoggingEventArgs.SubtractiveMerge"> <summary>MergeInfo only: Subtractive merge</summary> </member> <member name="P:SharpSvn.SvnLoggingEventArgs.NotInheritable"> <summary>MergeInfo only: Not inheritable</summary> </member> <member name="P:SharpSvn.SvnLoggingEventArgs.RevisionProperties"> <summary>Gets the list of custom properties retrieved with the log</summary> <remarks>Properties must be listed in SvnLogArgs.RetrieveProperties to be available here</remarks> </member> <member name="M:SharpSvn.SvnChangeItem.GetHashCode"> <summary>Serves as a hashcode for the specified type</summary> </member> <member name="P:SharpSvn.SvnChangeItem.PropertiesModified"> <summary>Gets a boolean indicating whether the versioned properties of a node are modified in this revision. (Value only available for 1.7+ servers)</summary> </member> <member name="P:SharpSvn.SvnChangeItem.ContentModified"> <summary>Gets a boolean indicating whether the content of a node is modified in this revision. (Value only available for 1.7+ servers)</summary> </member> <member name="P:SharpSvn.SvnChangeItem.NodeKind"> <summary>Gets the node kind of the changed path (Only available when committed to a 1.6+ repository)</summary> </member> <member name="P:SharpSvn.SvnChangeItem.RepositoryPath"> <summary>Gets the relative uri of the path inside the repository</summary> <remarks>Does not include an initial '/'. Ends with a '/' if <see cref="P:SharpSvn.SvnChangeItem.NodeKind" /> is <see cref="F:SharpSvn.SvnNodeKind.Directory" />.</remarks> </member> <member name="P:SharpSvn.SvnChangeItem.Path"> <summary>Gets the path inside rooted at the repository root (including initial '/')</summary> </member> <member name="M:SharpSvn.SvnListEventArgs.GetHashCode"> <summary>Serves as a hashcode for the specified type</summary> </member> <member name="P:SharpSvn.SvnListEventArgs.Entry"> <summary>Gets the information specified in RetrieveEntries on the args object</summary> </member> <member name="P:SharpSvn.SvnListEventArgs.Lock"> <summary>Gets lock information if RetrieveLocks is set on the args object</summary> </member> <member name="P:SharpSvn.SvnListEventArgs.BaseUri"> <summary>When retrieving a listing using an Uri target: contains the uri from which Path is relative</summary> <value>The Base Uri or <c>null</c> when the repository root is not available</value> </member> <member name="P:SharpSvn.SvnListEventArgs.RepositoryRoot"> <summary>When retrieving a listing using an Uri target: contains the repository root</summary> <value>The Repository root or <c>null</c> when the repository root is not available</value> </member> <member name="P:SharpSvn.SvnListEventArgs.Name"> <summary>Gets the filename of the item</summary> </member> <member name="P:SharpSvn.SvnListEventArgs.BasePath"> <summary>Gets the origin path of the item</summary> </member> <member name="P:SharpSvn.SvnListEventArgs.Path"> <summary>Gets the path of the item</summary> </member> <member name="M:SharpSvn.SvnDirEntry.GetHashCode"> <summary>Serves as a hashcode for the specified type</summary> </member> <member name="P:SharpSvn.SvnDirEntry.Author"> <summary>Gets the author of the last revision of this file</summary> </member> <member name="P:SharpSvn.SvnDirEntry.Time"> <summary>Gets the time of the last change</summary> </member> <member name="P:SharpSvn.SvnDirEntry.Revision"> <summary>Gets the last revision in which this node changed</summary> </member> <member name="P:SharpSvn.SvnDirEntry.HasProperties"> <summary>Gets a boolean indicating whether this node has svn properties</summary> </member> <member name="P:SharpSvn.SvnDirEntry.FileSize"> <summary>Gets the length of the file text or 0 for directories</summary> </member> <member name="M:SharpSvn.SvnInfoEventArgs.GetHashCode"> <summary>Serves as a hashcode for the specified type</summary> </member> <member name="P:SharpSvn.SvnInfoEventArgs.Checksum"> <summary>The SHA1 checksum of the file. (Used to return a MD5 checksom in Subversion <= 1.6)</summary> </member> <member name="P:SharpSvn.SvnInfoEventArgs.HasLocalInfo"> <summary>Gets a boolean indicating whether working copy information is available in this instance</summary> </member> <member name="P:SharpSvn.SvnInfoEventArgs.Lock"> <summary>Gets information about the current lock on node</summary> </member> <member name="P:SharpSvn.SvnInfoEventArgs.LastChangeAuthor"> <summary>Gets the author of the last revision in which node (or one of its descendants) changed</summary> </member> <member name="P:SharpSvn.SvnInfoEventArgs.LastChangeTime"> <summary>Gets the timestamp of the last revision in which node (or one of its descendants) changed</summary> </member> <member name="P:SharpSvn.SvnInfoEventArgs.LastChangeRevision"> <summary>Gets the last revision in which node (or one of its descendants) changed</summary> </member> <member name="P:SharpSvn.SvnInfoEventArgs.RepositoryIdValue"> <summary>Gets the repository uuid or <c>null</c> if not available</summary> </member> <member name="P:SharpSvn.SvnInfoEventArgs.RepositoryId"> <summary>Gets the uuid of the repository (if available). Otherwise Guid.Empty</summary> </member> <member name="P:SharpSvn.SvnInfoEventArgs.RepositoryRoot"> <summary>Gets the repository root Uri; ending in a '/'</summary> <remarks>The unmanaged api does not add the '/' at the end, but this makes using <see cref="T:System.Uri" /> hard</remarks> </member> <member name="P:SharpSvn.SvnInfoEventArgs.NodeKind"> <summary>Gets the node kind of the specified node</summary> </member> <member name="P:SharpSvn.SvnInfoEventArgs.Revision"> <summary>Gets the queried revision</summary> </member> <member name="P:SharpSvn.SvnInfoEventArgs.Uri"> <summary>Gets the full Uri of the node</summary> </member> <member name="P:SharpSvn.SvnInfoEventArgs.FullPath"> <summary>The path the notification is about, translated via <see cref="M:SharpSvn.SvnTools.GetNormalizedFullPath(System.String)" /></summary> <remarks>The <see cref="P:SharpSvn.SvnInfoEventArgs.FullPath" /> property contains the path in normalized format; while <see cref="P:SharpSvn.SvnInfoEventArgs.Path" /> returns the exact path from the subversion api</remarks> </member> <member name="P:SharpSvn.SvnInfoEventArgs.Path"> <summary>Gets the path of the file. The local path if requisting WORKING version, otherwise the name of the file at the specified version</summary> </member> <member name="M:SharpSvn.SvnDiffSummaryEventArgs.GetHashCode"> <summary>Serves as a hashcode for the specified type</summary> </member> <member name="M:SharpSvn.SvnBlameEventArgs.GetHashCode"> <summary>Serves as a hashcode for the specified type</summary> </member> <member name="P:SharpSvn.SvnBlameEventArgs.MergedRevisionProperties"> <summary>Gets the list of custom properties retrieved with the log</summary> <remarks>Properties must be listed in SvnLogArgs.RetrieveProperties to be available here</remarks> </member> <member name="P:SharpSvn.SvnBlameEventArgs.RevisionProperties"> <summary>Gets the list of custom properties retrieved with the log</summary> <remarks>Properties must be listed in SvnLogArgs.RetrieveProperties to be available here</remarks> </member> <member name="M:SharpSvn.SvnNotifyEventArgs.Detach(System.Boolean)"> <summary>Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use</summary> <description>After this method is called all properties are either stored managed, or are no longer readable</description> </member> <member name="M:SharpSvn.SvnNotifyEventArgs.GetHashCode"> <summary>Serves as a hashcode for the specified type</summary> </member> <member name="P:SharpSvn.SvnNotifyEventArgs.RevisionProperties"> <summary>If action is svn_wc_notify_blame_revision, contains a list of revision properties for the specified revision</summary> </member> <member name="P:SharpSvn.SvnNotifyEventArgs.PropertyName"> <summary>If action relates to properties, specifies the name of the property.</summary> </member> <member name="P:SharpSvn.SvnNotifyEventArgs.MergeRange"> <summary>When @c action is @c svn_wc_notify_merge_begin, and both the left and right sides of the merge are from the same URL. In all other cases, it is NULL</summary> </member> <member name="P:SharpSvn.SvnNotifyEventArgs.ChangeListName"> <summary>When action is svn_wc_notify_changelist_add or name. In all other cases, it is NULL</summary> </member> <member name="P:SharpSvn.SvnNotifyEventArgs.Lock"> <summary>Points to the lock structure received from the repository when action is @c svn_wc_notify_locked. For other actions, it is NULL.</summary> </member> <member name="P:SharpSvn.SvnNotifyEventArgs.OldRevision"> <summary>The base revision before updating</summary> </member> <member name="P:SharpSvn.SvnNotifyEventArgs.Revision"> <summary>When action is svn_wc_notify_update_completed, target revision of the update, or @c SVN_INVALID_REVNUM if not available; when action is c svn_wc_notify_blame_revision, processed revision. In all other cases, it is @c SVN_INVALID_REVNUM.</summary> </member> <member name="P:SharpSvn.SvnNotifyEventArgs.LockState"> <summary>Reflects the addition or removal of a lock token in the working copy.</summary> </member> <member name="P:SharpSvn.SvnNotifyEventArgs.PropertyState"> <summary>The type of notification that is occurring about node properties.</summary> </member> <member name="P:SharpSvn.SvnNotifyEventArgs.ContentState"> <summary>The type of notification that is occurring about node content.</summary> </member> <member name="P:SharpSvn.SvnNotifyEventArgs.Error"> <summary>Points to an error describing the reason for the failure when action is one of the following: @c svn_wc_notify_failed_lock, svn_wc_notify_failed_unlock, svn_wc_notify_failed_external. Is @c NULL otherwise.</summary> </member> <member name="P:SharpSvn.SvnNotifyEventArgs.MimeTypeIsBinary"> <summary>If MimeType is not null, a boolean indicating whether this mime type is interpreted as binary</summary> </member> <member name="P:SharpSvn.SvnNotifyEventArgs.MimeType"> <summary>If non-NULL, indicates the mime-type of @c path. It is always @c NULL for directories.</summary> </member> <member name="P:SharpSvn.SvnNotifyEventArgs.NodeKind"> <summary>Node kind of path/url</summary> </member> <member name="P:SharpSvn.SvnNotifyEventArgs.Action"> <summary>Action that describes what happened to path/url</summary> </member> <member name="P:SharpSvn.SvnNotifyEventArgs.CommandType"> <summary>Gets the commandtype of the command responsible for calling the notify</summary> </member> <member name="P:SharpSvn.SvnNotifyEventArgs.FullPath"> <summary>The path the notification is about, translated via <see cref="M:SharpSvn.SvnTools.GetNormalizedFullPath(System.String)" /></summary> <remarks>The <see cref="P:SharpSvn.SvnNotifyEventArgs.FullPath" /> property contains the path in normalized format; while <see cref="P:SharpSvn.SvnNotifyEventArgs.Path" /> returns the exact path from the subversion api</remarks> </member> <member name="P:SharpSvn.SvnNotifyEventArgs.Uri"> <summary>Gets the (relative or absolute uri) Uri the notification is about</summary> </member> <member name="P:SharpSvn.SvnNotifyEventArgs.Path"> <summary>The path the notification is about</summary> <remarks>The <see cref="P:SharpSvn.SvnNotifyEventArgs.FullPath" /> property contains the path in normalized format; while <see cref="P:SharpSvn.SvnNotifyEventArgs.Path" /> returns the exact path from the subversion api</remarks> </member> <member name="M:SharpSvn.SvnLockInfo.GetHashCode"> <summary>Serves as a hashcode for the specified type</summary> </member> <member name="P:SharpSvn.SvnLockInfo.IsRawNetworkComment"> <summary>Gets a boolean indicating whether the Comment was generated by a Generic WebDav client</summary> </member> <member name="P:SharpSvn.SvnLockInfo.FullPath"> <summary>The path the notification is about, translated via <see cref="M:SharpSvn.SvnTools.GetNormalizedFullPath(System.String)" /></summary> <remarks>The <see cref="P:SharpSvn.SvnLockInfo.FullPath" /> property contains the path in normalized format; while <see cref="P:SharpSvn.SvnLockInfo.Path" /> returns the exact path from the subversion api</remarks> </member> <member name="P:SharpSvn.SvnConflictEventArgs.MimeType"> <summary> <see cref="P:SharpSvn.SvnConflictData.MimeType" /> </summary> </member> <member name="P:SharpSvn.SvnConflictEventArgs.PropertyName"> <summary> <see cref="P:SharpSvn.SvnConflictData.PropertyName" /> </summary> </member> <member name="P:SharpSvn.SvnConflictEventArgs.Path"> <summary> <see cref="P:SharpSvn.SvnConflictData.Name" /> </summary> </member> <member name="P:SharpSvn.SvnConflictData.Operation"> <summary>Gets the operation creating the tree conflict</summary> </member> <member name="P:SharpSvn.SvnConflictSource.NodeKind"> <summary>Gets the <see cref="T:SharpSvn.SvnNodeKind" /> of <see cref="P:SharpSvn.SvnConflictSource.Uri" /></summary> </member> <member name="P:SharpSvn.SvnConflictSource.Revision"> <summary>Gets the revision of <see cref="P:SharpSvn.SvnConflictSource.Uri" /></summary> </member> <member name="P:SharpSvn.SvnConflictSource.RepositoryPath"> <summary>Gets the relative uri of the path inside the repository</summary> <remarks>Does not include an initial '/'. Ends with a '/' if <see cref="P:SharpSvn.SvnConflictSource.NodeKind" /> is <see cref="F:SharpSvn.SvnNodeKind.Directory" />.</remarks> </member> <member name="M:SharpSvn.SvnCommitItem.GetHashCode"> <summary>Serves as a hashcode for the specified type</summary> </member> <member name="M:SharpSvn.SvnCommitResult.GetHashCode"> <summary>Serves as a hashcode for the specified type</summary> </member> <member name="P:SharpSvn.SvnCommitResult.PostCommitError"> <summary>error message from post-commit hook, or NULL</summary> </member> <member name="M:SharpSvn.SvnTarget.GetHashCode"> <summary>Serves as a hashcode for the specified type</summary> </member> <member name="M:SharpSvn.SvnTarget.ToString"> <summary>Gets the SvnTarget as string</summary> </member> <member name="P:SharpSvn.SvnTarget.TargetName"> <summary>Gets the target name in normalized format</summary> </member> <member name="P:SharpSvn.SvnTarget.Revision"> <summary>Gets the operational revision</summary> </member> <member name="P:SharpSvn.ISvnOrigin.NodeKind"> <summary>(Optional) The node kind of <see cref="P:SharpSvn.ISvnOrigin.Target" /></summary> </member> <member name="P:SharpSvn.ISvnOrigin.RepositoryRoot"> <summary>(Required) The repository root of <see cref="P:SharpSvn.ISvnOrigin.Target" /></summary> </member> <member name="P:SharpSvn.ISvnOrigin.Target"> <summary>The target specified</summary> </member> <member name="P:SharpSvn.ISvnOrigin.Uri"> <summary>(Required) The Uri of <see cref="P:SharpSvn.ISvnOrigin.Target" />. Only differs from target if <see cref="P:SharpSvn.ISvnOrigin.Target" /> specifies a <see cref="T:SharpSvn.SvnPathTarget" /></summary> </member> <member name="T:SharpSvn.ISvnOrigin"> <summary>Generic encapsulation of a specific revision of a node in subversion</summary> </member> <member name="P:SharpSvn.SvnRevision.IsExplicit"> <summary>Gets a boolean whether the revision specifies an explicit repository revision</summary> <remarks>Explicit: Is set, doesn't require a workingcopy and is repository wide applyable</remarks> </member> <member name="P:SharpSvn.SvnRevision.RequiresWorkingCopy"> <summary>Gets a boolean indicating whether the revisionnumber requires a workingcopy to make any sense</summary> </member> <member name="M:SharpSvn.SvnRevision.GetHashCode"> <summary>Serves as a hashcode for the specified type</summary> </member> <member name="P:SharpSvn.SvnClientContext.Authentication"> <summary>Gets the <see cref="T:SharpSvn.Security.SvnAuthentication" /> instance managing authentication on behalf of this client</summary> </member> <member name="P:SharpSvn.SvnClientContext.PlinkPath"> <summary>Gets the path to SharpSvn's plink. The path is encoded to be safe for subversion configuration settings</summary> </member> <member name="M:SharpSvn.SvnClientContext.UseDefaultConfiguration"> <summary>Initializes a default configuration. Avoids loading a configuration at a later time</summary> </member> <member name="M:SharpSvn.SvnClientContext.MergeConfiguration(System.String)"> <summary>Merges configuration from the specified path into the existing configuration</summary> </member> <member name="M:SharpSvn.SvnClientContext.LoadConfigurationDefault"> <summary>Loads the standard subversion configuration and ensures the subversion config dir by creating default files</summary> </member> <member name="M:SharpSvn.SvnClientContext.LoadConfiguration(System.String,System.Boolean)"> <summary>Loads the subversion configuration from the specified path and optionally ensures the path is a subversion config dir by creating default files</summary> </member> <member name="M:SharpSvn.SvnClientContext.LoadConfiguration(System.String)"> <summary>Loads the subversion configuration from the specified path</summary> </member> <member name="T:SharpSvn.SvnClientContext"> <summary>Subversion Client Context wrapper; base class of objects using client context</summary> <threadsafety static="true" instance="false" /> </member> <member name="F:SharpSvn.Implementation.SvnSshOverride.ForceInternalAfterConfig"> <summary>Like ForceInternal, but checks TortoiseSVN config first</summary> </member> <member name="F:SharpSvn.Implementation.SvnSshOverride.ForceSharpPlinkAfterConfig"> <summary>Like ForceSharpPlink, but checks TortoiseSVN config first</summary> </member> <member name="F:SharpSvn.Implementation.SvnSshOverride.ForceSharpPlink"> <summary>Use SharpPlink</summary> </member> <member name="F:SharpSvn.Implementation.SvnSshOverride.ForceInternal"> <summary>Use internal SSH client (currently based on LibSSH2)</summary> </member> <member name="F:SharpSvn.Implementation.SvnSshOverride.Disabled"> <summary>Disable all SSH support. Fall back to Subversion config</summary> </member> <member name="F:SharpSvn.Implementation.SvnSshOverride.Automatic"> <summary>Automatic handling: Similar to ForceInternalAfterConfig</summary> </member> <member name="M:SharpSvn.SvnEventArgs.Detach(System.Boolean)"> <summary>Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use</summary> <description>After this method is called all properties are either stored managed, or are no longer readable</description> </member> <member name="M:SharpSvn.SvnEventArgs.Detach"> <summary>Detaches the SvnEventArgs from the unmanaged storage; optionally keeping the property values for later use</summary> <description>After this method is called all properties values are stored in managed code</description> </member> <member name="M:SharpSvn.SvnTools.PathCombine(System.String,System.String)"> <summary>Long path capable version of <see cref="M:System.IO.Path.Combine(System.String,System.String)" /></summary> </member> <member name="M:SharpSvn.SvnTools.TrySplitCommandLine(System.String,System.String@,System.String@)"> <summary>Invoke TrySplitCommandLine with <see cref="M:System.Environment.ExpandEnvironmentVariables(System.String)" /> as expander</summary> </member> <member name="M:SharpSvn.SvnTools.GetNormalizedDirectoryName(System.String)"> <summary>Gets the normalized directory name of path (Long path enabled version of <see cref="M:System.IO.Path.GetDirectoryName(System.String)" />, always returning full paths)</summary> <returns>Directory information for path, or null if path denotes a root directory or is null. Returns String.Empty if path does not contain directory information.</returns> </member> <member name="M:SharpSvn.SvnTools.GetFileName(System.Uri)"> <summary>Gets the filename of the specified target</summary> </member> <member name="M:SharpSvn.SvnTools.PathToRelativeUri(System.String)"> <summary> Converts a local relative path to a valid relative Uri </summary> </member> <member name="M:SharpSvn.SvnTools.LocalPathToUri(System.String,System.Boolean)"> <summary>Gets a file:// style uri for the specified local path</summary> </member> <member name="M:SharpSvn.SvnTools.UriPartToPath(System.String)"> <summary> Converts a string from a Uri path to a local path name; unescaping when necessary </summary> </member> <member name="M:SharpSvn.SvnTools.AppendPathSuffix(System.Uri,System.String)"> <summary> Appends the specified path suffix to the given Uri </summary> </member> <member name="M:SharpSvn.SvnTools.IsAbsolutePath(System.String)"> <summary> Checks whether the specified path is an absolute path that doesn't end in an unneeded '\' </summary> </member> <member name="M:SharpSvn.SvnTools.GetNormalizedUri(System.Uri)"> <summary> Normalizes the Uri to a full absolute Uri </summary> </member> <member name="M:SharpSvn.SvnTools.IsNormalizedFullPath(System.String)"> <summary> Checks whether normalization is required </summary> <remarks>This method does not verify the casing of invariant parts</remarks> </member> <member name="M:SharpSvn.SvnTools.GetNormalizedFullPath(System.String)"> <summary> Normalizes the path to a full path </summary> <summary>This normalizes drive letters to upper case and hostnames to lowercase to match Subversion 1.6 behavior</summary> </member> <member name="M:SharpSvn.SvnTools.IsBelowManagedPath(System.String)"> <summary>Gets a boolean indicating whether at least one of the parent paths or the path (file/directory) itself is a working copy. </summary> </member> <member name="M:SharpSvn.SvnTools.IsManagedPath(System.String)"> <summary>Gets a boolean indicating whether the path could contain a Subversion Working Copy</summary> <remarks>Assumes path is a directory</remarks> </member> <member name="M:SharpSvn.SvnTools.GetTruePath(System.String,System.Boolean)"> <summary>Gets the absolute pathname exactly like it is on disk (fixing casing). For not existing paths, if bestEffort is TRUE, returns a path based on existing parents. Otherwise return NULL for not existing paths</summary> </member> <member name="M:SharpSvn.SvnTools.GetTruePath(System.String)"> <summary>Gets the absolute pathname exactly like it is on disk (fixing casing); returns NULL for non existing paths</summary> </member> <member name="M:SharpSvn.SvnTools.GetUriFromWorkingCopy(System.String)"> <summary>Gets the repository Uri of a path, or <c>null</c> if path is not versioned</summary> </member> <member name="T:SharpSvn.SvnSshErrorCode"> <summary>Generated mapping from libssh2.h</summary> </member> <member name="T:SharpSvn.SvnAprErrorCode"> <summary>Generated mapping from apr_errno.h</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EDEADLOCK"> <summary>System error EDEADLOCK</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOSYS"> <summary>System error ENOSYS</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOLCK"> <summary>System error ENOLCK</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EDEADLK"> <summary>System error EDEADLK</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EDOM"> <summary>System error EDOM</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EMLINK"> <summary>System error EMLINK</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EROFS"> <summary>System error EROFS</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EFBIG"> <summary>System error EFBIG</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOTTY"> <summary>System error ENOTTY</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EISDIR"> <summary>System error EISDIR</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ENODEV"> <summary>System error ENODEV</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EFAULT"> <summary>System error EFAULT</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ECHILD"> <summary>System error ECHILD</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOEXEC"> <summary>System error ENOEXEC</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_E2BIG"> <summary>System error E2BIG</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ENXIO"> <summary>System error ENXIO</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EIO"> <summary>System error EIO</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ESRCH"> <summary>System error ESRCH</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EPERM"> <summary>System error EPERM</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EBUSY"> <summary>The given lock was busy.</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EMISMATCH"> <summary>Two passwords do not match.</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOTIMPL"> <summary>The APR function has not been implemented on this</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EINIT"> <summary>Ininitalizer value. If no option has been found, but</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_KEYBASED"> <summary>APR is using a shared key as the key to the shared memory</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_FILEBASED"> <summary>APR is using a file name as the key to the shared memory</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ANONYMOUS"> <summary>APR is using anonymous shared memory</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_NOTFOUND"> <summary>APR was unable to find the socket in the poll structure</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EOF"> <summary>APR has encountered the end of the file</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_BADARG"> <summary>Getopt found an option that is missing an argument</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_BADCH"> <summary>Getopt found an option not in the option string</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_INCOMPLETE"> <summary>The operation was incomplete although some processing</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_TIMEUP"> <summary>The operation did not finish before the timeout</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_CHILD_NOTDONE"> <summary>The child has not finished executing</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_CHILD_DONE"> <summary>The child has finished executing</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_NOTDETACH"> <summary>The thread is not detached</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_DETACH"> <summary>The thread is detached</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_INPARENT"> <summary>Program is currently executing in the parent</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_INCHILD"> <summary>Program is currently executing in the child</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOTENOUGHENTROPY"> <summary>APR_ENOTENOUGHENTROPY Not enough entropy to continue</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EPROC_UNKNOWN"> <summary>The given process wasn't recognized by APR</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ESYMNOTFOUND"> <summary>APR_ESYMNOTFOUND Could not find the requested symbol</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EABOVEROOT"> <summary>The given path was above the root path.</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EINCOMPLETE"> <summary>The given path was neither relative nor absolute.</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ERELATIVE"> <summary>The given path was relative.</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EABSOLUTE"> <summary>The given path was absolute.</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EDSOOPEN"> <summary>APR was unable to open the dso object. For more</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EBADMASK"> <summary>The specified netmask is invalid</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EBADIP"> <summary>The specified IP address is invalid</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOSHMAVAIL"> <summary>There is no more shared memory available</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EGENERAL"> <summary>General failure (specific information not available)</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOTHDKEY"> <summary>APR was not given a thread key structure</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOTHREAD"> <summary>APR was not given a thread structure</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOSOCKET"> <summary>APR was not given a socket</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOPOLL"> <summary>APR was not given a poll structure</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOLOCK"> <summary>APR was not given a lock structure</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ENODIR"> <summary>APR was not given a directory structure</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOTIME"> <summary>APR was not given a time structure</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOPROC"> <summary>APR was not given a process structure</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EINVALSOCK"> <summary>APR was given an invalid socket</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_EBADDATE"> <summary>APR was given an invalid date</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOPOOL"> <summary>APR was not provided a pool with which to allocate memory</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_ENOSTAT"> <summary>APR was unable to perform a stat on the file</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_OS_START_SYSERR"> <summary>APR_OS_START_SYSERR folds platform-specific system error values into</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_OS_START_EAIERR"> <summary>APR_OS_START_EAIERR folds EAI_ error codes from getaddrinfo() into</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_OS_START_CANONERR"> <summary>APR_OS_START_CANONERR is where APR versions of errno values are defined</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_OS_START_USEERR"> <summary>APR_OS_START_USEERR is obsolete, defined for compatibility only.</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_OS_START_USERERR"> <summary>APR_OS_START_USERERR are reserved for applications that use APR that</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_UTIL_START_STATUS"> <summary>APR_UTIL_START_STATUS is where APR-Util starts defining its</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_OS_START_STATUS"> <summary>APR_OS_START_STATUS is where the APR specific status codes start.</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_UTIL_ERRSPACE_SIZE"> <summary>APR_UTIL_ERRSPACE_SIZE is the size of the space that is reserved for</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_OS_ERRSPACE_SIZE"> <summary>APR_OS_ERRSPACE_SIZE is the maximum number of errors you can fit</summary> </member> <member name="F:SharpSvn.SvnAprErrorCode.APR_OS_START_ERROR"> <summary>APR_OS_START_ERROR is where the APR specific error values start.</summary> </member> <member name="T:SharpSvn.SvnWindowsErrorCode"> <summary>Generated mapping from winerror.h</summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.IORING_E_COMPLETION_QUEUE_TOO_FULL"> <summary> The completion queue does not have enough free space, to post completions, for all entries being submitted. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.IORING_E_CORRUPT"> <summary> The shared ring buffers of the IoRing are corrupt. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.IORING_E_SUBMIT_IN_PROGRESS"> <summary> A submit operation is already in progress for this IoRing on another thread. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.IORING_E_COMPLETION_QUEUE_TOO_BIG"> <summary> The completion queue size specified for the IoRing is too big. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.IORING_E_SUBMISSION_QUEUE_TOO_BIG"> <summary> The submission queue size specified for the IoRing is too big. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.IORING_E_VERSION_NOT_SUPPORTED"> <summary> The version specified is not known or supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.IORING_E_SUBMISSION_QUEUE_FULL"> <summary> The submission queue is full. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.IORING_E_REQUIRED_FLAG_NOT_SUPPORTED"> <summary> One or more of the required flags provided is unknown by the implementation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUIC_ALPN_NEG_FAILURE"> <summary> The QUIC connection failed to negotiate a compatible ALPN. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUIC_CONNECTION_TIMEOUT"> <summary> The QUIC connection timed out while trying to contact the peer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUIC_CONNECTION_IDLE"> <summary> The QUIC connection was idle. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUIC_PROTOCOL_VIOLATION"> <summary> The QUIC connection encountered a protocol violation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUIC_INTERNAL_ERROR"> <summary> The QUIC connection encountered an internal error. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUIC_USER_CANCELED"> <summary> The QUIC connection was canceled by the user. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUIC_VER_NEG_FAILURE"> <summary> The QUIC connection failed to negotiate a compatible protocol version. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUIC_HANDSHAKE_FAILURE"> <summary> The QUIC connection handshake failed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINML_ERR_SIZE_MISMATCH"> <summary> The size of the buffer provided for a bound variable is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINML_ERR_VALUE_NOTFOUND"> <summary> An attempt was made to bind an unknown input or output. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINML_ERR_INVALID_BINDING"> <summary> The binding is incomplete or does not match the input/output description. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINML_ERR_INVALID_DEVICE"> <summary> The device is invalid or does not support machine learning. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TRACE_THROTTLED"> <summary> An operation which requires a running un-throttled trace failed due to the trace being throttled. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SETREGKEYACTION_TYPE_NOT_APPROVED"> <summary> The registry value type for SetRegKey action must be REG_SZ, REG_MULTI_SZ, REG_EXPAND_SZ, REG_BINARY, REG_DWORD, or REG_QWORD. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_GETFILEINFOACTION_FILE_NOT_APPROVED"> <summary> The file for the GetFileInfo action must be under the \Windows, \Program Files, or \Program Files (x86) directories. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_ESCALATION_CANCELLED_AT_SHUTDOWN"> <summary> Escalation was cancelled due to component shutdown. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_INSUFFICIENT_SPACE_TO_START_TRACE"> <summary> Disk needs minimum of 15GB to start TTD recording session. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TTTRACER_STORAGE_FULL"> <summary> UTC allocated space for TTTracer escalations is full. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SCENARIO_HAS_NO_ACTIONS"> <summary> An escalation was requested for a scenario which has no actions for the passed type. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FAILED_TO_RECEIVE_AGENT_DIAGNOSTICS"> <summary> Escalation data was not completely transferred from agent to host. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_AGENT_DIAGNOSTICS_TOO_LARGE"> <summary> The total size of the compressed escalation data payload exceeded the allowable limit. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TTTRACER_RETURNED_ERROR"> <summary> TTTracer executable returned a code other than ERROR_SUCCESS. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FILTER_ILLEGAL_EVAL"> <summary> Filter types can not be compared to each other. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FILTER_INVALID_COMMAND"> <summary> Filter command does not exist or is incorrectly formatted. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FILTER_INVALID_FUNCTION_PARAMS"> <summary> Filter function does not accept the provided parameter types and/or count. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FILTER_INVALID_FUNCTION"> <summary> Filter does not support this function. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FILTER_VERSION_MISMATCH"> <summary> Requested filter version is incompatible with available version. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FILTER_FUNCTION_RESTRICTED"> <summary> Filter command is not allowed in the current context. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FILTER_VARIABLE_NOT_FOUND"> <summary> Filter variable does not exist at point of evaluation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FILTER_INVALID_TYPE"> <summary> Filter command contains an unsupported type. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FILTER_MISSING_ATTRIBUTE"> <summary> Filter command is missing a required attribute. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_ACTION_NOT_SUPPORTED_IN_DESTINATION"> <summary> The action cannot be completed in the specified destination. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_INVALID_AGGREGATION_STRUCT"> <summary> The event contained an invalid aggregation or differential privacy structure. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_MISSING_AGGREGATE_EVENT_TAG"> <summary> The event contained an aggregation or differential privacy structure, but did not specify MICROSOFT_EVENTTAG_AGGREGATE. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_KERNELDUMP_LIMIT_REACHED"> <summary> UTC can perform no more than one KernelDump action on a device every 24 hours. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FAILED_TO_START_NDISCAP"> <summary> Failed to start NDISCAP service for network packet capture trace. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_CERT_REV_FAILED"> <summary> Certification revocation checking has been enabled, but the revocation check failed to verify whether a certificate has been revoked. The server used to check for revocation might be unreachable. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TRY_GET_SCENARIO_TIMEOUT_EXCEEDED"> <summary> Querying a scenario definition exceeded the specified maximum timeout. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_GETFILE_EXTERNAL_PATH_NOT_APPROVED"> <summary> The file path is not approved for collection on external rings for the GetFile escalation action. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_API_NOT_SUPPORTED"> <summary> The requested UTC API call is not supported on this device. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SCENARIO_THROTTLED"> <summary> A trigger in this scenario is throttled, blocking the scenario from being loaded. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SCRIPT_MISSING"> <summary> The script referenced in DiagTrack scenario is not present on the system. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_UNAPPROVED_SCRIPT"> <summary> The script is not approved to run as part of DiagTrack scenario. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_THROTTLED"> <summary> UTC has throttled the event for firing too often. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_UNABLE_TO_RESOLVE_SESSION"> <summary> Failed to resolve session ID during API invocation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FAILED_TO_RESOLVE_CONTAINER_ID"> <summary> UTC failed to identify the container id to use for a scenario escalation action. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_BINARY_MISSING"> <summary> A RunExeWithArgs action contains a binary which is not present on the targeted device. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_MULTIPLE_TIME_TRIGGER_ON_SINGLE_STATE"> <summary> Only one Time Trigger is allowed per state </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TIME_TRIGGER_INVALID_TIME_RANGE"> <summary> Time trigger duration must fall within an inclusive range of one second and 15 minutes </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TIME_TRIGGER_ONLY_VALID_ON_SINGLE_TRANSITION"> <summary> Time triggers can only be attached to a single transition </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TIME_TRIGGER_ON_START_INVALID"> <summary> Time triggers cannot be used on a transition originating from the "_start" state </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_ESCALATION_DIRECTORY_ALREADY_EXISTS"> <summary> The escalation working directory for the requested escalation could not be created because it already exists </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_GETFILE_FILE_PATH_NOT_APPROVED"> <summary> The file path is not approved for the GetFile escalation action </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_EXCLUSIVITY_NOT_AVAILABLE"> <summary> The trace profile could not be started because it requires exclusivity and another higher priority trace is already running </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TRACE_MIN_DURATION_REQUIREMENT_NOT_MET"> <summary> The running trace profile does not have a sufficient runtime to fulfill the escalation request </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_API_BUSY"> <summary> The UTC API is busy with another request </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_RPC_WAIT_FAILED"> <summary> The synchronous API encountered a wait failure </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_RPC_TIMEOUT"> <summary> The requested API encountered a timeout in the API manager </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_API_RESULT_UNAVAILABLE"> <summary> The API was not completed successfully so the result is unavailable </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TRACE_BUFFER_LIMIT_EXCEEDED"> <summary> The trace profile needs more memory than is available for tracing </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_DEVICE_TICKET_ERROR"> <summary> The device ticket was not obtained </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_DELAY_TERMINATED"> <summary> The delay action was terminated </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SIF_NOT_SUPPORTED"> <summary> SIF is not supported on the machine </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TRIGGER_NOT_FOUND"> <summary> Requested trigger cannot be found </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TRIGGER_MISMATCH"> <summary> The given trigger does not match the expected trigger type </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SETUP_TIMED_OUT"> <summary> Setup for scenario has timed out </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_ESCALATION_TIMED_OUT"> <summary> Escalation for scenario has timed out </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_CANNOT_LOAD_SCENARIO_EDITOR_XML"> <summary> UTC cannot load Scenario Editor XML. Convert the scenario file to a DiagTrack XML using the editor. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_COMMAND_LINE_NOT_AUTHORIZED"> <summary> A RunExeWithArgs action contains an unauthorized command line. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_CHILD_PROCESS_FAILED"> <summary> A process launched by UTC failed with a non-zero exit code. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SETUP_NOT_AUTHORIZED"> <summary> Setup for scenario failed due to insufficient permissions </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_ESCALATION_NOT_AUTHORIZED"> <summary> Escalation for scenario failed due to insufficient permissions </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_EXE_TERMINATED"> <summary> RunExeWithArgsAction was forced to terminate a running executable </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_INVALID_FILTER"> <summary> Scenario contains an invalid filter that can never be satisfied </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SCENARIODEF_SCHEMAVERSION_MISMATCH"> <summary> <scenario> node contains a schemaversion that is not compatible with this client </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_WINRT_INIT_FAILED"> <summary> WinRT initialization failed </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TRACERS_DONT_EXIST"> <summary> The TraceManager has attempted to take a tracing action without initializing tracers </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_NO_WER_LOGGER_SUPPORTED"> <summary> Failed to initialize WER logger: This system does not support WER for UTC </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SQM_INIT_FAILED"> <summary> Failed to initialize SQM logger </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_INTENTIONAL_SCRIPT_FAILURE"> <summary> RunScriptAction failed intentionally to force this escalation to terminate </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FORWARDER_PRODUCER_MISMATCH"> <summary> Cannot update forwarder: The forwarder passed to the function is of a different type </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_REACHED_MAX_ESCALATIONS"> <summary> A scenario failed to escalate: This scenario has reached max escalations for this escalation type </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_PERFTRACK_ALREADY_TRACING"> <summary> Cannot start tracing: PerfTrack component is already tracing </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_ESCALATION_ALREADY_RUNNING"> <summary> A scenario failed to escalate: This scenario is already running an escalation </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_REESCALATED_TOO_QUICKLY"> <summary> A scenario failed to escalate: This scenario has escalated too recently </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TRACE_NOT_RUNNING"> <summary> The trace is not running </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_INVALID_CUSTOM_FILTER"> <summary> ToggleTraceWithCustomFilterAction contains an invalid custom filter </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SCRIPT_TERMINATED"> <summary> RunScriptAction was forced to terminate a script </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_DIAGRULES_SCHEMAVERSION_MISMATCH"> <summary> <diagrules> node contains a schemaversion which is not compatible with this client </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_EVENTLOG_ENTRY_MALFORMED"> <summary> Cannot parse EventLog XML: The entry is malformed </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FORWARDER_ALREADY_DISABLED"> <summary> Trigger forwarder is already disabled </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_FORWARDER_ALREADY_ENABLED"> <summary> Trigger forwarder is already enabled </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TRACEPROFILE_NOT_FOUND"> <summary> Requested trace profile cannot be found </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SCENARIODEF_NOT_FOUND"> <summary> Requested scenario definition cannot be found </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_SCRIPT_TYPE_INVALID"> <summary> RunScriptAction contains an invalid script type </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_AOT_NOT_RUNNING"> <summary> The always-on-trace is not running </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_ALTERNATIVE_TRACE_CANNOT_PREEMPT"> <summary> Cannot pre-empt running trace: The current trace has a higher priority </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UTC_E_TOGGLE_TRACE_STARTED"> <summary> Toggle (alternative) trace started </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_WARNING_AUTOINDEX"> <summary> SQLITE_WARNING_AUTOINDEX </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_NOTICE_RECOVER_ROLLBACK"> <summary> SQLITE_NOTICE_RECOVER_ROLLBACK </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_NOTICE_RECOVER_WAL"> <summary> SQLITE_NOTICE_RECOVER_WAL </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CONSTRAINT_ROWID"> <summary> SQLITE_CONSTRAINT_ROWID </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CONSTRAINT_VTAB"> <summary> SQLITE_CONSTRAINT_VTAB </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CONSTRAINT_UNIQUE"> <summary> SQLITE_CONSTRAINT_UNIQUE </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CONSTRAINT_TRIGGER"> <summary> SQLITE_CONSTRAINT_TRIGGER </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CONSTRAINT_PRIMARYKEY"> <summary> SQLITE_CONSTRAINT_PRIMARYKEY </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CONSTRAINT_NOTNULL"> <summary> SQLITE_CONSTRAINT_NOTNULL </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CONSTRAINT_FUNCTION"> <summary> SQLITE_CONSTRAINT_FUNCTION </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CONSTRAINT_FOREIGNKEY"> <summary> SQLITE_CONSTRAINT_FOREIGNKEY </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CONSTRAINT_COMMITHOOK"> <summary> SQLITE_CONSTRAINT_COMMITHOOK </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CONSTRAINT_CHECK"> <summary> SQLITE_CONSTRAINT_CHECK </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_ABORT_ROLLBACK"> <summary> SQLITE_ABORT_ROLLBACK </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_READONLY_DBMOVED"> <summary> SQLITE_READONLY_DBMOVED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_READONLY_ROLLBACK"> <summary> SQLITE_READONLY_ROLLBACK </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_READONLY_CANTLOCK"> <summary> SQLITE_READONLY_CANTLOCK </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_READONLY_RECOVERY"> <summary> SQLITE_READONLY_RECOVERY </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CORRUPT_VTAB"> <summary> SQLITE_CORRUPT_VTAB </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CANTOPEN_CONVPATH"> <summary> SQLITE_CANTOPEN_CONVPATH </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CANTOPEN_FULLPATH"> <summary> SQLITE_CANTOPEN_FULLPATH </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CANTOPEN_ISDIR"> <summary> SQLITE_CANTOPEN_ISDIR </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CANTOPEN_NOTEMPDIR"> <summary> SQLITE_CANTOPEN_NOTEMPDIR </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_BUSY_SNAPSHOT"> <summary> SQLITE_BUSY_SNAPSHOT </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_BUSY_RECOVERY"> <summary> SQLITE_BUSY_RECOVERY </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_LOCKED_SHAREDCACHE"> <summary> SQLITE_LOCKED_SHAREDCACHE </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_AUTH"> <summary> SQLITE_IOERR_AUTH </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_VNODE"> <summary> SQLITE_IOERR_VNODE </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_CONVPATH"> <summary> SQLITE_IOERR_CONVPATH </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_GETTEMPPATH"> <summary> SQLITE_IOERR_GETTEMPPATH </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_MMAP"> <summary> SQLITE_IOERR_MMAP </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_DELETE_NOENT"> <summary> SQLITE_IOERR_DELETE_NOENT </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_SEEK"> <summary> SQLITE_IOERR_SEEK </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_SHMMAP"> <summary> SQLITE_IOERR_SHMMAP </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_SHMLOCK"> <summary> SQLITE_IOERR_SHMLOCK </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_SHMSIZE"> <summary> SQLITE_IOERR_SHMSIZE </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_SHMOPEN"> <summary> SQLITE_IOERR_SHMOPEN </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_DIR_CLOSE"> <summary> SQLITE_IOERR_DIR_CLOSE </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_CLOSE"> <summary> SQLITE_IOERR_CLOSE </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_LOCK"> <summary> SQLITE_IOERR_LOCK </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_CHECKRESERVEDLOCK"> <summary> SQLITE_IOERR_CHECKRESERVEDLOCK </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_ACCESS"> <summary> SQLITE_IOERR_ACCESS </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_NOMEM"> <summary> SQLITE_IOERR_NOMEM </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_BLOCKED"> <summary> SQLITE_IOERR_BLOCKED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_DELETE"> <summary> SQLITE_IOERR_DELETE </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_RDLOCK"> <summary> SQLITE_IOERR_RDLOCK </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_UNLOCK"> <summary> SQLITE_IOERR_UNLOCK </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_FSTAT"> <summary> SQLITE_IOERR_FSTAT </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_TRUNCATE"> <summary> SQLITE_IOERR_TRUNCATE </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_DIR_FSYNC"> <summary> SQLITE_IOERR_DIR_FSYNC </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_FSYNC"> <summary> SQLITE_IOERR_FSYNC </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_WRITE"> <summary> SQLITE_IOERR_WRITE </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_SHORT_READ"> <summary> SQLITE_IOERR_SHORT_READ </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR_READ"> <summary> SQLITE_IOERR_READ </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_DONE"> <summary> sqlite3_step() has finished executing </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_ROW"> <summary> sqlite3_step() has another row ready </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_WARNING"> <summary> Warnings from sqlite3_log() </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_NOTICE"> <summary> Notifications from sqlite3_log() </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_NOTADB"> <summary> File opened that is not a database file </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_RANGE"> <summary> 2nd parameter to sqlite3_bind out of range </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_FORMAT"> <summary> Auxiliary database format error </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_AUTH"> <summary> Authorization denied </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_NOLFS"> <summary> Uses OS features not supported on host </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_MISUSE"> <summary> Library used incorrectly </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_MISMATCH"> <summary> Data type mismatch </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CONSTRAINT"> <summary> Abort due to constraint violation </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_TOOBIG"> <summary> String or BLOB exceeds size limit </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_SCHEMA"> <summary> The database schema changed </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_EMPTY"> <summary> Database is empty </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_PROTOCOL"> <summary> Database lock protocol error </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CANTOPEN"> <summary> Unable to open the database file </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_FULL"> <summary> Insertion failed because database is full </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_NOTFOUND"> <summary> Unknown opcode in sqlite3_file_control() </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_CORRUPT"> <summary> The database disk image is malformed </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_IOERR"> <summary> Some kind of disk I/O error occurred </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_INTERRUPT"> <summary> Operation terminated by sqlite3_interrupt() </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_READONLY"> <summary> Attempt to write a readonly database </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_NOMEM"> <summary> A malloc() failed </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_LOCKED"> <summary> A table in the database is locked </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_BUSY"> <summary> The database file is locked </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_ABORT"> <summary> Callback routine requested an abort </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_PERM"> <summary> Access permission denied </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_INTERNAL"> <summary> Internal logic error in SQLite </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SQLITE_E_ERROR"> <summary> SQL error or missing database </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_REDIRECT_NEEDS_CONFIRMATION"> <summary> The HTTP redirect request must be confirmed by the user </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_COOKIE_DECLINED"> <summary> A cookie from the server has been declined acceptance </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_COOKIE_NEEDS_CONFIRMATION"> <summary> A cookie from the server must be confirmed by the user </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_NOT_REDIRECTED"> <summary> The HTTP request was not redirected </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_DECODING_FAILED"> <summary> Content decoding has failed </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_LOGIN_FAILURE_DISPLAY_ENTITY_BODY"> <summary> Login failed and the client should display the entity body to the user </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_NOT_INITIALIZED"> <summary> Initialization of the WinINet API has not occurred </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_FAILED_DUETOSECURITYCHECK"> <summary> The Dialup failed because file sharing was turned on and a failure was requested if security check was needed </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_SEC_CERT_REVOKED"> <summary> The supplied certificate has been revoked </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_SEC_INVALID_CERT"> <summary> The supplied certificate is invalid </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_UNABLE_TO_DOWNLOAD_SCRIPT"> <summary> Could not download the proxy auto-configuration script file </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_BAD_AUTO_PROXY_SCRIPT"> <summary> The proxy auto-configuration script is in error </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_PROXY_SERVER_UNREACHABLE"> <summary> The proxy server is unreachable </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_SERVER_UNREACHABLE"> <summary> The server is unreachable </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_DISCONNECTED"> <summary> The computer is disconnected from the network </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_TCPIP_NOT_INSTALLED"> <summary> The TCP/IP protocol is not installed properly </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_UNABLE_TO_CACHE_FILE"> <summary> The file could not be written to the cache </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_SECURITY_CHANNEL_ERROR"> <summary> An error occurred in the secure channel support </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_REDIRECT_FAILED"> <summary> The HTTP redirect request failed </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_HEADER_ALREADY_EXISTS"> <summary> The HTTP header already exists </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INVALID_QUERY_REQUEST"> <summary> The request for a HTTP header is invalid </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INVALID_HEADER"> <summary> The supplied HTTP header is invalid </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INVALID_SERVER_RESPONSE"> <summary> The server returned an invalid or unrecognized response </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_DOWNLEVEL_SERVER"> <summary> The server does not support the requested protocol level </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_HEADER_NOT_FOUND"> <summary> The requested header was not found </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_SEC_CERT_REV_FAILED"> <summary> It was not possible to connect to the revocation server or a definitive response could not be obtained. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_SEC_CERT_ERRORS"> <summary> The SSL certificate contains errors. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_HTTPS_HTTP_SUBMIT_REDIR"> <summary> A security zone check indicates the operation must be retried </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_NO_NEW_CONTAINERS"> <summary> There are no new cache containers </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_RETRY_DIALOG"> <summary> The operation must be retried </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_DIALOG_PENDING"> <summary> There are operations awaiting retry </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_REDIRECT_SCHEME_CHANGE"> <summary> The protocol scheme has changed during a redirect operation </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_ASYNC_THREAD_FAILED"> <summary> An error has occurred in a Wininet asynchronous thread. You may need to restart </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_CLIENT_AUTH_NOT_SETUP"> <summary> Client authentication has not been correctly installed </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INVALID_CA"> <summary> The certificate authority is invalid or incorrect </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_CLIENT_AUTH_CERT_NEEDED"> <summary> A certificate is required to complete client authentication </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_POST_IS_NON_SECURE"> <summary> Data is being posted on a non-secure connection </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_CHG_POST_IS_NON_SECURE"> <summary> Changing to non-secure post </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_MIXED_SECURITY"> <summary> Mixed secure and non-secure connections </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_HTTPS_TO_HTTP_ON_REDIR"> <summary> A redirect request will change a secure to a non-secure connection </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_HTTP_TO_HTTPS_ON_REDIR"> <summary> A redirect request will change a non-secure to a secure connection </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_SEC_CERT_CN_INVALID"> <summary> The host name in the certificate is invalid or does not match </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_SEC_CERT_DATE_INVALID"> <summary> The date in the certificate is invalid or has expired </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_HANDLE_EXISTS"> <summary> The handle already exists </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_NEED_UI"> <summary> User interaction is required to complete the operation </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INVALID_PROXY_REQUEST"> <summary> The proxy request is invalid </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_FORCE_RETRY"> <summary> The action must be retried </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_CONNECTION_RESET"> <summary> The connection with the server was reset </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_CONNECTION_ABORTED"> <summary> The connection with the server was terminated abnormally </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_CANNOT_CONNECT"> <summary> A connection with the server could not be established </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_ITEM_NOT_FOUND"> <summary> The requested item could not be found </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INCORRECT_FORMAT"> <summary> The information format is incorrect </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_REQUEST_PENDING"> <summary> There are outstanding requests </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_NO_CALLBACK"> <summary> No status callback was supplied </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_NO_CONTEXT"> <summary> No context value was supplied </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_NO_DIRECT_ACCESS"> <summary> Direct Internet access is not available </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_BAD_REGISTRY_PARAMETER"> <summary> The registry parameter is incorrect </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_REGISTRY_VALUE_NOT_FOUND"> <summary> The registry value could not be found </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_NOT_PROXY_REQUEST"> <summary> The request cannot be made on a Proxy session </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INCORRECT_HANDLE_STATE"> <summary> The handle is in the wrong state for the requested operation </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INCORRECT_HANDLE_TYPE"> <summary> The supplied handle is the wrong type for the requested operation </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_OPERATION_CANCELLED"> <summary> The operation has been canceled </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INVALID_OPERATION"> <summary> The requested operation is invalid </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_LOGIN_FAILURE"> <summary> The login request was denied </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INCORRECT_PASSWORD"> <summary> The password was not allowed </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INCORRECT_USER_NAME"> <summary> The user name was not allowed </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_SHUTDOWN"> <summary> Microsoft Internet Extension support has been shut down </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_OPTION_NOT_SETTABLE"> <summary> The option value cannot be set </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_BAD_OPTION_LENGTH"> <summary> The length is incorrect for the option type </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INVALID_OPTION"> <summary> The option is invalid </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_PROTOCOL_NOT_FOUND"> <summary> A protocol with the required capabilities was not found </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_NAME_NOT_RESOLVED"> <summary> The server name or address could not be resolved </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_UNRECOGNIZED_SCHEME"> <summary> The URL does not use a recognized protocol </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INVALID_URL"> <summary> The URL is invalid </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_INTERNAL_ERROR"> <summary> An internal error occurred in the Microsoft Internet extensions </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_EXTENDED_ERROR"> <summary> The server returned extended information </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_TIMEOUT"> <summary> The operation timed out </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WININET_E_OUT_OF_HANDLES"> <summary> No more Internet handles can be allocated </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SMB_NO_SIGNING_ALGORITHM_OVERLAP"> <summary> Failed to negotiate a signing hash function. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SMB_BAD_CLUSTER_DIALECT"> <summary> The current cluster functional level does not support this SMB dialect. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP"> <summary> Failed to negotiate a preauthentication integrity hash function. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHDSET_BACKING_STORAGE_NOT_FOUND"> <summary> The requested operation failed due to a missing backing storage file. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_NO_INITIATOR"> <summary> Invalid Shared VHDX open due to lack of initiator ID. Check for related Continuous Availability failures. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_SHARED"> <summary> The requested operation cannot be performed on the virtual disk as it is currently used in shared mode. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_VERSION_MISMATCH"> <summary> The server version does not match the requested version. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_WRONG_FILE_TYPE"> <summary> Multiple virtual machines sharing a virtual hard disk is supported only on Fixed or Dynamic VHDX format virtual hard disks. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_RESERVATION_CONFLICT"> <summary> The current initiator is not allowed to perform the SCSI command because of a reservation conflict. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED"> <summary> The data storage format of the device has changed, resulting in a Unit Attention condition. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED"> <summary> A previous operation resulted in this initiator's registrations being preempted, resulting in a Unit Attention condition. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED"> <summary> A previous operation resulted in this initiator's reservations being released, resulting in a Unit Attention condition. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED"> <summary> A previous operation resulted in this initiator's reservations being preempted, resulting in a Unit Attention condition. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED"> <summary> The data capacity of the device has changed, resulting in a Unit Attention condition. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_UNIT_ATTENTION_AVAILABLE"> <summary> Unit Attention data is available for the initiator to query. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_ERROR_NOT_AVAILABLE"> <summary> The requested error data is not available on the server. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SVHDX_ERROR_STORED"> <summary> The proper error code with sense data was stored on server side. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WEP_E_BUFFER_TOO_LARGE"> <summary> The input buffer size for the lockout metadata used by the 3rd party drive encryption is too large. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WEP_E_UNEXPECTED_FAIL"> <summary> Unexpected failure was encountered while calling into the 3rd Party drive encryption plugin. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WEP_E_OS_NOT_PROTECTED"> <summary> The operating system drive is not protected by 3rd party drive encryption. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WEP_E_NO_LICENSE"> <summary> The 3rd party provider has been installed, but cannot activate encryption because a license has not been activated. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WEP_E_PROTECTION_SUSPENDED"> <summary> Protection is enabled on this volume but is not in the active state. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WEP_E_LOCK_NOT_CONFIGURED"> <summary> This computer cannot support device encryption because the requisites for the device lock feature are not configured. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WEP_E_HARDWARE_NOT_COMPLIANT"> <summary> This computer does not meet the hardware requirements to support device encryption with the installed 3rd party provider. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WEP_E_FIXED_DATA_NOT_SUPPORTED"> <summary> This computer is not fully encrypted. There are fixed volumes present which are not supported for encryption. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WEP_E_NOT_PROVISIONED_ON_ALL_VOLUMES"> <summary> One or more fixed volumes are not provisioned with the 3rd party encryption providers to support device encryption. Enable encryption with the 3rd party provider to comply with policy. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.JSCRIPT_E_CANTEXECUTE"> <summary> Function could not execute because it was deleted or garbage collected. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_IO_PREEMPTED"> <summary> The operation was preempted by a higher priority operation. It must be resumed later. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_INTERNAL_ERROR"> <summary> Catastrophic internal failure in the HSP KSP. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_NO_MORE_ITEMS"> <summary> No more data is available. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_KEY_LOAD_FAIL"> <summary> Failed to load the requested key. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_KEY_MISSING"> <summary> The requsted key object does not exist. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_KEY_EXISTS"> <summary> Key object already exists. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_PARAMETER_NOT_SET"> <summary> The parameter has not been set and has no default value. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_NO_MEMORY"> <summary> There is not enough memory for the operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_INVALID_KEY_TYPE"> <summary> The key does not support the requested operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_KEY_NOT_FINALIZED"> <summary> The key has not been finalized. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_KEY_ALREADY_FINALIZED"> <summary> The key has already been finalized. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_ALGORITHM_NOT_SUPPORTED"> <summary> The algorithm identifier is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_INVALID_FLAGS"> <summary> The provided flags are invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_INVALID_DATA"> <summary> The provided data is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_NOT_SUPPORTED"> <summary> The requested operation is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_BUFFER_TOO_SMALL"> <summary> The supplied buffer is too small. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_INVALID_PARAMETER"> <summary> A parameter to the HSP KSP was invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_INVALID_KEY_HANDLE"> <summary> The handle to a key stored by the HSP KSP is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_INVALID_PROVIDER_HANDLE"> <summary> The handle to the HSP KSP is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_DEVICE_NOT_READY"> <summary> The Pluton processor is currently not ready for use. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_KSP_ERROR_MASK"> <summary> This is an error mask to convert HSP KSP errors to Win errors. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_BASE_INTERNAL_ERROR"> <summary> Catastrophic internal failure in the HSP base class. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_BASE_ERROR_MASK"> <summary> This is an error mask to convert HSP base class errors to Win errors. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_DRV_INTERNAL_ERROR"> <summary> Catastrophic internal failure in the HSP driver. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_DRV_ERROR_MASK"> <summary> This is an error mask to convert HSP driver errors to Win errors. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_BS_INTERNAL_ERROR"> <summary> Catastrophic internal failure in the HSP base services. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_BS_ERROR_MASK"> <summary> This is an error mask to convert HSP base services errors to Win errors. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_E_INTERNAL_ERROR"> <summary> Catastrophic internal failure in the HSP hardware. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HSP_E_ERROR_MASK"> <summary> This is an error mask to convert HSP hardware errors to Win errors. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DBG_START_SERVER_FAILURE_LOCKDOWN"> <summary> Could not start dbgsrv server from ARM architecture device. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DBG_CONNECT_SERVER_FAILURE_LOCKDOWN"> <summary> Could not connect to dbgsrv server from ARM architecture device. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DBG_ATTACH_PROCESS_FAILURE_LOCKDOWN"> <summary> Could not attach to the application process from ARM architecture device. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DBG_CREATE_PROCESS_FAILURE_LOCKDOWN"> <summary> Could not create new process from ARM architecture device. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_REDIRECT_TO_DIR"> <summary> The requested resource is a directory, not a file. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_REDIRECT_FAILED"> <summary> A redirection problem occurred. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_INVALID_CERTIFICATE"> <summary> Security certificate required to access this resource is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_CANNOT_INSTANTIATE_OBJECT"> <summary> Unable to instantiate the object. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_CANNOT_LOAD_DATA"> <summary> The system could not load the persisted data. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_SECURITY_PROBLEM"> <summary> A security problem occurred. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_UNKNOWN_PROTOCOL"> <summary> The specified protocol is unknown. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_INVALID_REQUEST"> <summary> The server did not understand the request, or the request was invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_CONNECTION_TIMEOUT"> <summary> The operation was timed out. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_NO_VALID_MEDIA"> <summary> The server could not recognize the provided mime type. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_AUTHENTICATION_REQUIRED"> <summary> Authentication is required to access this resource. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_DOWNLOAD_FAILURE"> <summary> The download of the specified resource has failed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_DATA_NOT_AVAILABLE"> <summary> No data is available for the requested resource. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_OBJECT_NOT_FOUND"> <summary> The system cannot locate the object specified. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_RESOURCE_NOT_FOUND"> <summary> The system cannot locate the resource specified. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_CANNOT_CONNECT"> <summary> Unable to connect to the target server. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_NO_SESSION"> <summary> No Internet session has been established. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INET_E_INVALID_URL"> <summary> The URL is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INPUT_E_DEVICE_PROPERTY"> <summary> The property is not supported or not reported correctly by the input device. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INPUT_E_TRANSFORM"> <summary> Coordinate system transformation failed to transform the data. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INPUT_E_DEVICE_INFO"> <summary> Failed to retrieve information about the input device. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INPUT_E_HISTORY"> <summary> The history of frames is inconsistent. Pointer ids, types, source devices don't match, or frame ids are not unique, or timestamps are out of order. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INPUT_E_FRAME"> <summary> Packets in the frame are inconsistent. Either pointer ids are not unique or there is a discrepancy in timestamps, frame ids, pointer types or source devices. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INPUT_E_PACKET"> <summary> One or more fields in the input packet are invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INPUT_E_MULTIMODAL"> <summary> Input cannot be processed because there is ongoing interaction with another pointer type. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INPUT_E_REENTRANCY"> <summary> Requested operation cannot be performed inside the callback or event handler. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.INPUT_E_OUT_OF_ORDER"> <summary> Input data cannot be processed in the non-chronological order. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_PROTOCOL_VERSION_NOT_SUPPORTED"> <summary> Incorrect protocol version. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SUBPROTOCOL_NOT_SUPPORTED"> <summary> Subprotocol is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_PROTOCOL_EXTENSIONS_NOT_SUPPORTED"> <summary> Protocol extensions are not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_INVALID_PROTOCOL_FORMAT"> <summary> Invalid data format for the specific protocol operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_INVALID_PROTOCOL_OPERATION"> <summary> Invalid operation performed by the protocol. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_VERSION_NOT_SUP"> <summary> Version not supported (505). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_GATEWAY_TIMEOUT"> <summary> Gateway timeout (504). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_SERVICE_UNAVAIL"> <summary> Service unavailable (503). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_BAD_GATEWAY"> <summary> Bad gateway (502). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_NOT_SUPPORTED"> <summary> Not implemented (501). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_SERVER_ERROR"> <summary> Internal server error (500). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_EXPECTATION_FAILED"> <summary> Expectation failed (417). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_RANGE_NOT_SATISFIABLE"> <summary> Requested range not satisfiable (416). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_UNSUPPORTED_MEDIA"> <summary> Unsupported media type (415). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_URI_TOO_LONG"> <summary> Request-URI too long (414). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_REQUEST_TOO_LARGE"> <summary> Request entity too large (413). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_PRECOND_FAILED"> <summary> Precondition failed (412). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_LENGTH_REQUIRED"> <summary> Length required (411). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_GONE"> <summary> Gone (410). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_CONFLICT"> <summary> Conflict (409). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_REQUEST_TIMEOUT"> <summary> Request timeout (408). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_PROXY_AUTH_REQ"> <summary> Proxy authentication required (407). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_NONE_ACCEPTABLE"> <summary> Not acceptable (406). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_BAD_METHOD"> <summary> Method not allowed (405). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_NOT_FOUND"> <summary> Not found (404). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_FORBIDDEN"> <summary> Forbidden (403). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_PAYMENT_REQ"> <summary> Payment required (402). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_DENIED"> <summary> Unauthorized (401). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_BAD_REQUEST"> <summary> Bad request (400). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_REDIRECT_KEEP_VERB"> <summary> Temporary redirect (307). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_USE_PROXY"> <summary> Use proxy (305). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_NOT_MODIFIED"> <summary> Not modified (304). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_REDIRECT_METHOD"> <summary> See Other (303). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_REDIRECT"> <summary> Found (302). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_MOVED"> <summary> Moved permanently (301). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_AMBIGUOUS"> <summary> Multiple choices (300). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_UNEXPECTED_SERVER_ERROR"> <summary> Unexpected server error status code (5xx). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_UNEXPECTED_CLIENT_ERROR"> <summary> Unexpected client error status code (4xx). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_UNEXPECTED_REDIRECTION"> <summary> Unexpected redirection status code (3xx). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HTTP_E_STATUS_UNEXPECTED"> <summary> Unexpected HTTP status code. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WEB_E_JSON_VALUE_NOT_FOUND"> <summary> JSON value not found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WEB_E_INVALID_JSON_NUMBER"> <summary> Invalid JSON number. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WEB_E_INVALID_JSON_STRING"> <summary> Invalid JSON string. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WEB_E_RESOURCE_TOO_LARGE"> <summary> Resource too large. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WEB_E_UNEXPECTED_CONTENT"> <summary> Unexpected content. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WEB_E_MISSING_REQUIRED_ATTRIBUTE"> <summary> Missing required attribute. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WEB_E_MISSING_REQUIRED_ELEMENT"> <summary> Missing required element. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WEB_E_INVALID_XML"> <summary> Invalid XML. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WEB_E_UNSUPPORTED_FORMAT"> <summary> Unsupported format. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_CURRENT_CONNECTED_USER_NEED_TO_CHANGE_PASSWORD"> <summary> The connected account password of the current user needs to be changed for EAS password policy compliance. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CURRENT_CONNECTED_USER"> <summary> The EAS password policy cannot be enforced by the connected account provider of the current user. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_CONNECTED_ADMINS_NEED_TO_CHANGE_PASSWORD"> <summary> There is at least one administrator whose connected account password needs to be changed for EAS password policy compliance. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CONNECTED_ADMINS"> <summary> The EAS password policy cannot be enforced by the connected account provider of at least one administrator. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_LOCAL_CONTROLLED_USERS_CANNOT_CHANGE_PASSWORD"> <summary> There are other standard users present who are not allowed to change their password. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_ADMINS_CANNOT_CHANGE_PASSWORD"> <summary> One or more admins are not allowed to change their password. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_ADMINS_HAVE_BLANK_PASSWORD"> <summary> EAS password policies cannot be evaluated as one or more admins have blank passwords. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_USER_CANNOT_CHANGE_PASSWORD"> <summary> The user is not allowed to change her password. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_REQUESTED_POLICY_PASSWORD_EXPIRATION_INCOMPATIBLE"> <summary> EAS password expiration policy cannot be satisfied as the password expiration interval is less than the minimum password interval of the system. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_CURRENT_USER_HAS_BLANK_PASSWORD"> <summary> EAS password policies for the user cannot be evaluated as the user has a blank password. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_REQUESTED_POLICY_NOT_ENFORCEABLE"> <summary> The EAS policy being evaluated cannot be enforced by the system. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_POLICY_COMPLIANT_WITH_ACTIONS"> <summary> The system can be made compliant to this EAS policy if certain actions are performed by the user. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.EAS_E_POLICY_NOT_MANAGED_BY_OS"> <summary> Windows cannot evaluate this EAS policy since this is not managed by the operating system. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_FOLDER_IN_REDIRECTION"> <summary> The action can't be performed right now because this folder is being moved. Please try again later. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_STORAGE_SERVICE_BLOCKED"> <summary> The service has blocked your account from accessing the storage service. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_UNSUPPORTED_REPARSE_POINT"> <summary> Files can't be uploaded because there's an unsupported reparse point. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_STORAGE_SERVICE_PROVISIONING_FAILED"> <summary> There was a problem setting up the storage services for the account. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_PROXY_AUTHENTICATION_REQUIRED"> <summary> The sync engine needs to authenticate with a proxy server. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_CLIENT_UPDATE_NEEDED"> <summary> Updates are needed in order to use the sync engine. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_REMOTE_PATH_LENGTH_LIMIT_EXCEEDED"> <summary> All file and folders cannot be synchronized because a path of a file or folder would exceed the local path limit. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_PATH_LENGTH_LIMIT_EXCEEDED"> <summary> All files and folders can't be uploaded because a path of a file or folder is too long. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_UNSUPPORTED_MARKET"> <summary> The sync engine is not allowed to run in your current market. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_UNSUPPORTED_FOLDER_NAME"> <summary> The folder name contains invalid characters. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_FOLDER_INACCESSIBLE"> <summary> The sync engine does not have permissions to access a local folder under the sync root. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_REQUEST_BLOCKED_DUE_TO_CLIENT_ERROR"> <summary> We're having trouble downloading the file right now. Please try again later. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_REQUEST_BLOCKED_BY_SERVICE"> <summary> We're having trouble downloading the file right now. Please try again later. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_SERVICE_RETURNED_UNEXPECTED_SIZE"> <summary> Sorry, there was a problem downloading the file. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_UNKNOWN_SERVICE_ERROR"> <summary> There was a problem connecting to the service. Please try again later. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_SERVICE_AUTHENTICATION_FAILED"> <summary> The account you're signed in with doesn't have permission to open this file. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_FILE_IDENTIFIER_UNKNOWN"> <summary> We can't seem to find that file. Please try again later. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_SYNC_PAUSED_BY_SERVICE"> <summary> Sync has been delayed due to a throttling request from the service. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_FILE_SYNC_PARTNER_ERROR"> <summary> The file sync has been delegated to another program and has run into an issue. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_FOLDER_ITEM_COUNT_LIMIT_EXCEEDED"> <summary> The maximum file count has been reached for this folder in the sync engine. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_UNSUPPORTED_FILE_NAME"> <summary> The file name contains invalid characters. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_FILE_SIZE_EXCEEDS_REMAINING_QUOTA"> <summary> The file cannot be uploaded because it doesn't fit in the user's available service provided storage space. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SYNCENGINE_FILE_SIZE_OVER_LIMIT"> <summary> The file size is larger than supported by the sync engine. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SKYDRIVE_ROOT_TARGET_VOLUME_ROOT_NOT_SUPPORTED"> <summary> This content can only be moved to a folder. To move the content to this drive, please choose or create a folder. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SKYDRIVE_UPDATE_AVAILABILITY_FAIL"> <summary> Sorry, the action couldn't be completed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SKYDRIVE_FILE_NOT_UPLOADED"> <summary> Sorry, the action couldn't be completed because the file hasn't finished uploading. Try again later. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SKYDRIVE_ROOT_TARGET_CANNOT_INDEX"> <summary> This location cannot be indexed. Please choose a different location. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SKYDRIVE_ROOT_TARGET_OVERLAP"> <summary> This location is already being used. Please choose a different location. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_SKYDRIVE_ROOT_TARGET_FILE_SYSTEM_NOT_SUPPORTED"> <summary> Please choose a folder on a drive that's formatted with the NTFS file system. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_APPLICATION_TRIAL_LICENSE_EXPIRED"> <summary> This app failed to launch because its trial license has expired. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_APPLICATION_TEMPORARY_LICENSE_ERROR"> <summary> This app failed to launch because of an issue with its license. Please try again in a moment. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_APPLICATION_ACTIVATION_EXEC_FAILURE"> <summary> The app didn't start. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_APPLICATION_ACTIVATION_TIMED_OUT"> <summary> The app didn't start in the required time. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.S_APPLICATION_ACTIVATION_ERROR_HANDLED_BY_DIALOG"> <summary> This app failed to launch, but the error was handled with a dialog. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.S_STORE_LAUNCHED_FOR_REMEDIATION"> <summary> The Store was launched instead of the specified app because the app's package was in an invalid state. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_APPLICATION_MANAGER_NOT_RUNNING"> <summary> The app manager is required to activate applications, but is not running. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MULTIPLE_PACKAGES_FOR_FAMILY"> <summary> This app's package family has more than one package installed. This is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MULTIPLE_EXTENSIONS_FOR_APPLICATION"> <summary> This app has multiple extensions registered to support the specified contract. Activation by AppUserModelId is ambiguous. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_APPLICATION_NOT_REGISTERED"> <summary> This app does not support the contract specified or is not installed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_FULL_ADMIN_NOT_SUPPORTED"> <summary> This app can't be activated by the Built-in Administrator. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_UAC_DISABLED"> <summary> This app can't be activated when UAC is disabled. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_ELEVATED_ACTIVATION_NOT_SUPPORTED"> <summary> This app can't be activated from an elevated context. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MONITOR_RESOLUTION_TOO_LOW"> <summary> This app can't start because the screen resolution is below 1024x768. Choose a higher screen resolution and then try again. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FA_E_HOMEGROUP_NOT_AVAILABLE"> <summary> Cannot access Homegroup. Homegroup may not be set up or may have encountered an error. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FA_E_MAX_PERSISTED_ITEMS_REACHED"> <summary> The maximum number of items for the access list has been reached. An item must be removed before another item is added. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_REQUEST_THROTTLED"> <summary> We want to make sure this is you. User interaction is required for authentication. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_USER_AUTHENTICATION_REQUIRED"> <summary> User authentication is required for this operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_CONNECTED_ACCOUNT_CAN_NOT_SIGNOUT"> <summary> Cannot sign out from the application since the user account is connected. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_CONNECTION_COUNT_LIMIT"> <summary> User has reached the maximum device associations per user limit. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_ACTION_REQUIRED"> <summary> User interaction is required for authentication. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_ACCOUNT_SUSPENDED_ABUSE"> <summary> We detected some suspicious activity with your Online Id account. To help protect you, we've temporarily blocked your account. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_ACCOUNT_SUSPENDED_COMPROIMISE"> <summary> We have noticed some unusual activity in your Online Id account. Your action is needed to make sure no one else is using your account. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_EMAIL_VERIFICATION_REQUIRED"> <summary> Online Id signin name is not yet verified. Email verification is required before signin. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_PARENTAL_CONSENT_REQUIRED"> <summary> Online Id account requires parental consent before proceeding. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_ACCOUNT_LOCKED"> <summary> Online Id account was locked because there have been too many attempts to sign in. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_FORCESIGNIN"> <summary> To help protect your Online Id account you must signin again. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_ACCOUNT_UPDATE_REQUIRED"> <summary> Online Id account properties must be updated before signin. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_PASSWORD_UPDATE_REQUIRED"> <summary> Online Id password must be updated before signin. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_INVALID_APPLICATION"> <summary> The application requesting authentication tokens is either disabled or incorrectly configured. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_ACCESS_DENIED_BY_TOU"> <summary> Your application cannot get the Online Id properties due to the Terms of Use accepted by the user. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ONL_E_INVALID_AUTHENTICATION_TARGET"> <summary> Authentication target is invalid or not configured correctly. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DCOMPOSITION_ERROR_SURFACE_NOT_BEING_RENDERED"> <summary> DCOMPOSITION_ERROR_SURFACE_NOT_BEING_RENDERED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DCOMPOSITION_ERROR_SURFACE_BEING_RENDERED"> <summary> DCOMPOSITION_ERROR_SURFACE_BEING_RENDERED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DCOMPOSITION_ERROR_WINDOW_ALREADY_COMPOSED"> <summary> DCOMPOSITION_ERROR_WINDOW_ALREADY_COMPOSED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DWMERR_CATASTROPHIC_FAILURE"> <summary> DWMERR_CATASTROPHIC_FAILURE </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DWMERR_THEME_FAILED"> <summary> DWMERR_THEME_FAILED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DWMERR_STATE_TRANSITION_FAILED"> <summary> DWMERR_STATE_TRANSITION_FAILED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_OUTPUTSIZETOOLARGE"> <summary> MILEFFECTSERR_OUTPUTSIZETOOLARGE </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_EMPTYBOUNDS"> <summary> MILEFFECTSERR_EMPTYBOUNDS </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_NOTAFFINETRANSFORM"> <summary> MILEFFECTSERR_NOTAFFINETRANSFORM </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_ALREADYATTACHEDTOLISTENER"> <summary> MILEFFECTSERR_ALREADYATTACHEDTOLISTENER </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_EFFECTHASNOCHILDREN"> <summary> MILEFFECTSERR_EFFECTHASNOCHILDREN </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_EFFECTALREADYINAGRAPH"> <summary> MILEFFECTSERR_EFFECTALREADYINAGRAPH </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_EFFECTINMORETHANONEGRAPH"> <summary> MILEFFECTSERR_EFFECTINMORETHANONEGRAPH </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_CYCLEDETECTED"> <summary> MILEFFECTSERR_CYCLEDETECTED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_RESERVED"> <summary> MILEFFECTSERR_RESERVED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_CONNECTORNOTASSOCIATEDWITHEFFECT"> <summary> MILEFFECTSERR_CONNECTORNOTASSOCIATEDWITHEFFECT </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_CONNECTORNOTCONNECTED"> <summary> MILEFFECTSERR_CONNECTORNOTCONNECTED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_NOINPUTSOURCEATTACHED"> <summary> MILEFFECTSERR_NOINPUTSOURCEATTACHED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_EFFECTNOTPARTOFGROUP"> <summary> MILEFFECTSERR_EFFECTNOTPARTOFGROUP </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILEFFECTSERR_UNKNOWNPROPERTY"> <summary> MILEFFECTSERR_UNKNOWNPROPERTY </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_UNKNOWNHARDWAREERROR"> <summary> MILAVERR_UNKNOWNHARDWAREERROR </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_MEDIAPLAYERCLOSED"> <summary> MILAVERR_MEDIAPLAYERCLOSED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_UNEXPECTEDWMPFAILURE"> <summary> MILAVERR_UNEXPECTEDWMPFAILURE </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_SEEKFAILED"> <summary> MILAVERR_SEEKFAILED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_REQUESTEDTEXTURETOOBIG"> <summary> MILAVERR_REQUESTEDTEXTURETOOBIG </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_VIDEOACCELERATIONNOTAVAILABLE"> <summary> MILAVERR_VIDEOACCELERATIONNOTAVAILABLE </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_INSUFFICIENTVIDEORESOURCES"> <summary> MILAVERR_INSUFFICIENTVIDEORESOURCES </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_INVALIDWMPVERSION"> <summary> MILAVERR_INVALIDWMPVERSION </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_WMPFACTORYNOTREGISTERED"> <summary> MILAVERR_WMPFACTORYNOTREGISTERED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_MODULENOTLOADED"> <summary> MILAVERR_MODULENOTLOADED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_NOREADYFRAMES"> <summary> MILAVERR_NOREADYFRAMES </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_NOVIDEOPRESENTER"> <summary> MILAVERR_NOVIDEOPRESENTER </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_NOVIDEOMIXER"> <summary> MILAVERR_NOVIDEOMIXER </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_NOMEDIATYPE"> <summary> MILAVERR_NOMEDIATYPE </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILAVERR_NOCLOCK"> <summary> MILAVERR_NOCLOCK </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_PARTITION_ZOMBIED"> <summary> UCEERR_PARTITION_ZOMBIED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_TRANSPORTOVERLOADED"> <summary> UCEERR_TRANSPORTOVERLOADED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_TRANSPORTDISCONNECTED"> <summary> UCEERR_TRANSPORTDISCONNECTED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_GRAPHICSSTREAMALREADYOPEN"> <summary> UCEERR_GRAPHICSSTREAMALREADYOPEN </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_GRAPHICSSTREAMUNAVAILABLE"> <summary> UCEERR_GRAPHICSSTREAMUNAVAILABLE </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_COMMANDTRANSPORTDENIED"> <summary> UCEERR_COMMANDTRANSPORTDENIED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_FEEDBACK_UNSUPPORTED"> <summary> UCEERR_FEEDBACK_UNSUPPORTED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_TRANSPORTUNAVAILABLE"> <summary> UCEERR_TRANSPORTUNAVAILABLE </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_UNSUPPORTEDTRANSPORTVERSION"> <summary> UCEERR_UNSUPPORTEDTRANSPORTVERSION </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_CHANNELSYNCABANDONED"> <summary> UCEERR_CHANNELSYNCABANDONED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_CHANNELSYNCTIMEDOUT"> <summary> UCEERR_CHANNELSYNCTIMEDOUT </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_MISSINGBEGINCOMMAND"> <summary> UCEERR_MISSINGBEGINCOMMAND </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_MISSINGENDCOMMAND"> <summary> UCEERR_MISSINGENDCOMMAND </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_REMOTINGNOTSUPPORTED"> <summary> UCEERR_REMOTINGNOTSUPPORTED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_NO_MULTIPLE_WORKER_THREADS"> <summary> UCEERR_NO_MULTIPLE_WORKER_THREADS </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_UNCHANGABLE_UPDATE_ATTEMPTED"> <summary> UCEERR_UNCHANGABLE_UPDATE_ATTEMPTED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_OUTOFHANDLES"> <summary> UCEERR_OUTOFHANDLES </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_ILLEGALRECORDTYPE"> <summary> UCEERR_ILLEGALRECORDTYPE </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_PACKETRECORDOUTOFRANGE"> <summary> UCEERR_PACKETRECORDOUTOFRANGE </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_MEMORYFAILURE"> <summary> UCEERR_MEMORYFAILURE </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_BLOCKSFULL"> <summary> UCEERR_BLOCKSFULL </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_CONNECTIONIDLOOKUPFAILED"> <summary> UCEERR_CONNECTIONIDLOOKUPFAILED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_CTXSTACKFRSTTARGETNULL"> <summary> UCEERR_CTXSTACKFRSTTARGETNULL </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_RENDERTHREADFAILURE"> <summary> UCEERR_RENDERTHREADFAILURE </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_HANDLELOOKUPFAILED"> <summary> UCEERR_HANDLELOOKUPFAILED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_ILLEGALHANDLE"> <summary> UCEERR_ILLEGALHANDLE </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_MALFORMEDPACKET"> <summary> UCEERR_MALFORMEDPACKET </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_ILLEGALPACKET"> <summary> UCEERR_ILLEGALPACKET </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_UNKNOWNPACKET"> <summary> UCEERR_UNKNOWNPACKET </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UCEERR_INVALIDPACKETHEADER"> <summary> UCEERR_INVALIDPACKETHEADER </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_DISPLAYID_ACCESS_DENIED"> <summary> Access is denied to the requested bitmap for the specified display id. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_PREFILTER_NOT_SUPPORTED"> <summary> The requested bitmap pre-filtering state is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_COLORSPACE_NOT_SUPPORTED"> <summary> The requested bitmap color space is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_ADAPTER_NOT_FOUND"> <summary> DWM can not find the adapter specified by the LUID. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_DXGI_ENUMERATION_OUT_OF_SYNC"> <summary> Primary Display device returned an invalid refresh rate. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_QPC_TIME_WENT_BACKWARD"> <summary> QueryPerformanceCounter returned a time in the past. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_MAX_TEXTURE_SIZE_EXCEEDED"> <summary> Requested DX redirection surface size exceeded maximum texture size. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_SHADER_COMPILE_FAILED"> <summary> Shader compilation failed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_MROW_UPDATE_FAILED"> <summary> MROW attempt to update the data failed because another update was outstanding. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_MROW_READLOCK_FAILED"> <summary> MROW attempt to get a read lock failed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_TOOMANYSHADERELEMNTS"> <summary> Shader construction failed because it was too complex. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_NO_REDIRECTION_SURFACE_RETRY_LATER"> <summary> No redirection surface was available. Caller should retry the call. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_NOT_QUEUING_PRESENTS"> <summary> Queued Presents are not being used. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_QUEUED_PRESENT_NOT_SUPPORTED"> <summary> Queued Presents are not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_REMOTING_NOT_SUPPORTED"> <summary> Remoting of this content is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_NO_REDIRECTION_SURFACE_AVAILABLE"> <summary> No Redirection surface available. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_MISMATCHED_SIZE"> <summary> The size of the object does not match the expected size. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_ALREADY_INITIALIZED"> <summary> The object has already been initialized. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_NEED_RECREATE_AND_PRESENT"> <summary> There has been a presentation error that may be recoverable. The caller needs to recreate, rerender the entire frame, and reattempt present. There are two known case for this: 1) D3D Driver Internal error 2) D3D E_FAIL 2a) Unknown root cause b) When resizing too quickly for DWM and D3D stay in sync </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_NO_HARDWARE_DEVICE"> <summary> No HW rendering device is available for this operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_MALFORMED_GUIDELINE_DATA"> <summary> Guideline coordinates are not sorted properly or contain NaNs. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_GENERIC_IGNORE"> <summary> Marker error for known Win32 errors that are currently being ignored by the compositor. This is to avoid returning S_OK when an error has occurred, but still unwind the stack in the correct location. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_MALFORMEDGLYPHCACHE"> <summary> Some glyph bitmaps in glyph cache are unexpectedly big. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_GLYPHBITMAPMISSED"> <summary> Some glyph bitmaps, required for glyph run rendering, are not contained in glyph cache. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_DEVICECANNOTRENDERTEXT"> <summary> No algorithm available to render text with this device </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_NOTLOCKED"> <summary> Unlock attempted on an unlocked object. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_ALREADYLOCKED"> <summary> Lock attempted on an already locked object. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_INVALIDCALL"> <summary> A call to this method is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_DISPLAYFORMATNOTSUPPORTED"> <summary> The display format we need to render is not supported by the hardware device. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_INTERNALERROR"> <summary> An internal error (MIL bug) occurred. On checked builds, an assert would be raised. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_BADNUMBER"> <summary> MILERR_BADNUMBER </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_TERMINATED"> <summary> MILERR_TERMINATED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_ZEROVECTOR"> <summary> MILERR_ZEROVECTOR </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_NONINVERTIBLEMATRIX"> <summary> MILERR_NONINVERTIBLEMATRIX </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_DISPLAYSTATEINVALID"> <summary> MILERR_DISPLAYSTATEINVALID </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_SCREENACCESSDENIED"> <summary> MILERR_SCREENACCESSDENIED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_SCANNER_FAILED"> <summary> MILERR_SCANNER_FAILED </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_WIN32ERROR"> <summary> MILERR_WIN32ERROR </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_INSUFFICIENTBUFFER"> <summary> MILERR_INSUFFICIENTBUFFER </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.MILERR_OBJECTBUSY"> <summary> MILERR_OBJECTBUSY </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_INVALIDJPEGSCANINDEX"> <summary> The scan index is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_INVALIDPROGRESSIVELEVEL"> <summary> The requested level of detail is not present. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_WIN32ERROR"> <summary> Windows Codecs received an error from the Win32 system. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_INVALIDQUERYCHARACTER"> <summary> The query string contains an invalid character. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_REQUESTONLYVALIDATMETADATAROOT"> <summary> The specified bitmap property is only valid at root level. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_UNEXPECTEDMETADATATYPE"> <summary> The metadata type is unexpected. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_INVALIDQUERYREQUEST"> <summary> The property query is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_UNEXPECTEDSIZE"> <summary> The size is unexpected. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_PROPERTYUNEXPECTEDTYPE"> <summary> The bitmap property type is unexpected. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_DUPLICATEMETADATAPRESENT"> <summary> Duplicate metadata is present. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_INSUFFICIENTBUFFER"> <summary> The buffer allocated is insufficient. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_COMPONENTINITIALIZEFAILURE"> <summary> The component initialization has failed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_INVALIDREGISTRATION"> <summary> The component registration is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_UNSUPPORTEDOPERATION"> <summary> The operation is unsupported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT"> <summary> The bitmap pixel format is unsupported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_STREAMNOTAVAILABLE"> <summary> The stream is not available. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_STREAMREAD"> <summary> Failed to read from the stream. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_STREAMWRITE"> <summary> Failed to write to the stream. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_BADSTREAMDATA"> <summary> The stream data is unrecognized. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_BADMETADATAHEADER"> <summary> The image metadata header is unrecognized. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_FRAMEMISSING"> <summary> The bitmap frame is missing. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_BADHEADER"> <summary> The image header is unrecognized. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_BADIMAGE"> <summary> The image is unrecognized. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_TOOMUCHMETADATA"> <summary> There is too much metadata to be written to the bitmap. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_IMAGESIZEOUTOFRANGE"> <summary> The bitmap size is outside the valid range. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_COMPONENTNOTFOUND"> <summary> The component cannot be found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_SOURCERECTDOESNOTMATCHDIMENSIONS"> <summary> The bitmap bounds do not match the bitmap dimensions. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_INTERNALERROR"> <summary> An internal error occurred. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_CODECTOOMANYSCANLINES"> <summary> Too many scanlines were requested. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_PALETTEUNAVAILABLE"> <summary> The bitmap palette is unavailable. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_CODECNOTHUMBNAIL"> <summary> The bitmap codec does not support a thumbnail. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_CODECPRESENT"> <summary> An unknown error has occurred. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_PROPERTYSIZE"> <summary> The bitmap property size is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_PROPERTYNOTSUPPORTED"> <summary> The bitmap codec does not support the bitmap property. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_PROPERTYNOTFOUND"> <summary> The specified bitmap property cannot be found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_ALREADYLOCKED"> <summary> There is already an outstanding read or write lock. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_NOTINITIALIZED"> <summary> The component is not initialized. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_UNSUPPORTEDVERSION"> <summary> The SDK version is unsupported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_UNKNOWNIMAGEFORMAT"> <summary> The image format is unknown. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_VALUEOUTOFRANGE"> <summary> The value is out of range. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WINCODEC_ERR_WRONGSTATE"> <summary> The codec is in the wrong state. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_TOOMANYDOWNLOADS"> <summary> A font download request was not added or a download failed because there are too many active downloads. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_DOWNLOADFAILED"> <summary> A font download failed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_DOWNLOADCANCELLED"> <summary> A font download was canceled. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_REMOTEFONT"> <summary> A font resource could not be accessed because it is remote. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_NOCOLOR"> <summary> The font or glyph run does not contain any colored glyphs. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_FLOWDIRECTIONCONFLICTS"> <summary> The flow direction conflicts with the reading direction. They must be perpendicular to each other. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_TEXTRENDERERINCOMPATIBLE"> <summary> The version of the text renderer interface is not compatible. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_UNSUPPORTEDOPERATION"> <summary> The operation is not supported for this type of font. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_CACHEVERSION"> <summary> A font cache file corresponds to a different version of DirectWrite. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_CACHEFORMAT"> <summary> The font cache contains invalid data. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_ALREADYREGISTERED"> <summary> The given interface is already registered. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_FONTCOLLECTIONOBSOLETE"> <summary> A font collection is obsolete due to changes in the system. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_FILEACCESS"> <summary> A font file exists but could not be opened due to access denied, sharing violation, or similar error. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_FILENOTFOUND"> <summary> A font file could not be opened because the file, directory, network location, drive, or other storage location does not exist or is unavailable. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_NOFONT"> <summary> Indicates the specified font does not exist. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_UNEXPECTED"> <summary> Indicates an error originating in DirectWrite code, which is not expected to occur but is safe to recover from. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DWRITE_E_FILEFORMAT"> <summary> Indicates an error in an input file such as a font file. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_INVALID_GLYPH_IMAGE"> <summary> An error was encountered while decoding or parsing the requested glyph image. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_TOO_MANY_TRANSFORM_INPUTS"> <summary> An effect attempted to use a transform with too many inputs. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_PRINT_FORMAT_NOT_SUPPORTED"> <summary> Error during print control creation. Indicates that none of the package target types (representing printer formats) are supported by Direct2D print control. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_PRINT_JOB_CLOSED"> <summary> AddPage or Close called after print job is already closed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_NO_SUBPROPERTIES"> <summary> The specified sub-property does not exist. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_INVALID_PROPERTY"> <summary> The specified property does not exist. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_EFFECT_IS_NOT_REGISTERED"> <summary> The CLSID provided to Unregister did not correspond to a registered effect. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_INTERMEDIATE_TOO_LARGE"> <summary> The graph could not be rendered with the context's current tiling settings. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_INSUFFICIENT_DEVICE_CAPABILITIES"> <summary> D3D Device does not have sufficient capabilities to perform the requested action. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_BITMAP_BOUND_AS_TARGET"> <summary> Cannot draw with a bitmap that is currently bound as the target bitmap. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_INVALID_TARGET"> <summary> Cannot set the image as a target because it is either an effect or is a bitmap that does not have the D2D1_BITMAP_OPTIONS_TARGET flag set. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_ORIGINAL_TARGET_NOT_BOUND"> <summary> The operation failed because the original target is not currently bound as a target. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_OUTSTANDING_BITMAP_REFERENCES"> <summary> The operation cannot complete while there are outstanding references to the target bitmap. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_BITMAP_CANNOT_DRAW"> <summary> Cannot draw with a bitmap that has the D2D1_BITMAP_OPTIONS_CANNOT_DRAW option. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_CYCLIC_GRAPH"> <summary> There was a cycle in the graph. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_INVALID_INTERNAL_GRAPH_CONFIGURATION"> <summary> There was a internal configuration error in the graph. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_INVALID_GRAPH_CONFIGURATION"> <summary> There was a configuration error in the graph. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_EXCEEDS_MAX_BITMAP_SIZE"> <summary> The requested size is larger than the guaranteed supported texture size at the Direct3D device's current feature level. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_TEXT_RENDERER_NOT_RELEASED"> <summary> The application is holding a reference to the IDWriteTextRenderer interface after the corresponding DrawText or DrawTextLayout call has returned. The IDWriteTextRenderer instance will be invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_TEXT_EFFECT_IS_WRONG_TYPE"> <summary> A text client drawing effect object is of the wrong type. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_TARGET_NOT_GDI_COMPATIBLE"> <summary> The render target is not compatible with GDI. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_WIN32_ERROR"> <summary> An unknown win32 failure occurred. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_INCOMPATIBLE_BRUSH_TYPES"> <summary> The brush types are incompatible for the call. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_RENDER_TARGET_HAS_LAYER_OR_CLIPRECT"> <summary> Attempt to copy from a render target while a layer or clip rect is applied. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_PUSH_POP_UNBALANCED"> <summary> The push and pop calls were unbalanced. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_WRONG_RESOURCE_DOMAIN"> <summary> The resource was realized on the wrong render target. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_POP_CALL_DID_NOT_MATCH_PUSH"> <summary> The pop call did not match the corresponding push call. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_LAYER_ALREADY_IN_USE"> <summary> A layer resource can only be in use once at any point in time. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_WRONG_FACTORY"> <summary> Objects used together must be created from the same factory instance. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_BAD_NUMBER"> <summary> Invalid number. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_UNSUPPORTED_VERSION"> <summary> The requested Direct2D version is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_MAX_TEXTURE_SIZE_EXCEEDED"> <summary> Requested DirectX surface size exceeded maximum texture size. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_SHADER_COMPILE_FAILED"> <summary> Shader compilation failed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_TOO_MANY_SHADER_ELEMENTS"> <summary> Shader construction failed because it was too complex. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_RECREATE_TARGET"> <summary> There has been a presentation error that may be recoverable. The caller needs to recreate, rerender the entire frame, and reattempt present. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_NO_HARDWARE_DEVICE"> <summary> No hardware rendering device is available for this operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_INVALID_CALL"> <summary> A call to this method is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_DISPLAY_FORMAT_NOT_SUPPORTED"> <summary> The display format Direct2D needs to render is not supported by the hardware device. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_INTERNAL_ERROR"> <summary> An internal error (Direct2D bug) occurred. On checked builds, we would assert. The application should close this instance of Direct2D and should consider restarting its process. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_ZERO_VECTOR"> <summary> The supplied vector is zero. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_DISPLAY_STATE_INVALID"> <summary> A valid display state could not be determined. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_SCREEN_ACCESS_DENIED"> <summary> Direct2D could not access the screen. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_SCANNER_FAILED"> <summary> The geometry scanner failed to process the data. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_UNSUPPORTED_OPERATION"> <summary> The requested operation is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_NOT_INITIALIZED"> <summary> The object has not yet been initialized. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D2DERR_WRONG_STATE"> <summary> The object was not in the correct state to process the method. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D3D12_ERROR_INVALID_REDIST"> <summary> The D3D12 SDK version configuration of the host exe is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D3D12_ERROR_DRIVER_VERSION_MISMATCH"> <summary> The blob provided was created for a different version of the driver, and must be re-created. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D3D12_ERROR_ADAPTER_NOT_FOUND"> <summary> The blob provided does not match the adapter that the device was created on. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D3D11_ERROR_DEFERRED_CONTEXT_MAP_WITHOUT_INITIAL_DISCARD"> <summary> The application's first call per command list to Map on a deferred context did not use D3D11_MAP_WRITE_DISCARD. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D3D11_ERROR_TOO_MANY_UNIQUE_VIEW_OBJECTS"> <summary> The application has exceeded the maximum number of unique view objects per Direct3D device. The limit is 2^20 for feature levels up to 11.1. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D3D11_ERROR_FILE_NOT_FOUND"> <summary> The specified file was not found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D3D11_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS"> <summary> The application has exceeded the maximum number of unique state objects per Direct3D device. The limit is 4096 for feature levels up to 11.1. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D3D10_ERROR_FILE_NOT_FOUND"> <summary> The specified file was not found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.D3D10_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS"> <summary> The application has exceeded the maximum number of unique state objects per Direct3D device. The limit is 4096 for feature levels up to 11.1. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_DDI_ERR_NONEXCLUSIVE"> <summary> The GPU counter was in use by another process or d3d device when application requested access to it. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_DDI_ERR_UNSUPPORTED"> <summary> The driver has rejected the creation of this resource. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_DDI_ERR_WASSTILLDRAWING"> <summary> The GPU was busy when the operation was requested. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_MPO_UNPINNED"> <summary> The allocation of the MPO plane has been unpinned </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_ALREADY_EXISTS"> <summary> The desired element already exists. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_CACHE_HASH_COLLISION"> <summary> A cache entry was found, but the key provided does not match the key stored in the entry. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_CACHE_FULL"> <summary> This entry would cause the cache to exceed its quota. On a load operation, this may indicate exceeding the maximum in-memory size. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_CACHE_CORRUPT"> <summary> The cache is corrupt and either could not be opened or could not be reset. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_STATUS_PRESENT_REQUIRED"> <summary> The present succeeded but the caller should present again on the next V-sync, even if there are no changes to the content. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_MODE_CHANGE_IN_PROGRESS"> <summary> An on-going mode change prevented completion of the call. The call may succeed if attempted later. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_STATUS_DDA_WAS_STILL_DRAWING"> <summary> The adapter did not have access to the required resources to complete the Desktop Duplication Present() call, the Present() call needs to be made again </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_STATUS_UNOCCLUDED"> <summary> The swapchain has become unoccluded. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PRESENTATION_ERROR_LOST"> <summary> The presentation manager has been lost and can no longer be used. The application should destroy this presentation manager and create a new presentation manager to use. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXCORE_ERROR_EVENT_NOT_UNREGISTERED"> <summary> The application failed to unregister from an event it registered for. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_NON_COMPOSITED_UI"> <summary> The operation failed because the compositor is not in control of the output. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_DYNAMIC_CODE_POLICY_VIOLATION"> <summary> Creating this device would violate the process's dynamic code policy. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_HW_PROTECTION_OUTOFMEMORY"> <summary> Insufficient HW protected memory exits for proper function. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_NOT_CURRENT"> <summary> The DXGI objects that the application has created are no longer current & need to be recreated for this operation to be performed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_SDK_COMPONENT_MISSING"> <summary> The application requested an operation that depends on an SDK component that is missing or mismatched. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_NAME_ALREADY_EXISTS"> <summary> The application is trying to create a shared handle using a name that is already associated with some other resource. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_ACCESS_DENIED"> <summary> The application is trying to use a resource to which it does not have the required access privileges. This is most commonly caused by writing to a shared resource with read-only access. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_CANNOT_PROTECT_CONTENT"> <summary> DXGI is unable to provide content protection on the swapchain. This is typically caused by an older driver, or by the application using a swapchain that is incompatible with content protection. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_RESTRICT_TO_OUTPUT_STALE"> <summary> The DXGI output (monitor) to which the swapchain content was restricted, has been disconnected or changed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_SESSION_DISCONNECTED"> <summary> The output duplication has been turned off because the Windows session ended or was disconnected. This happens when a remote user disconnects, or when "switch user" is used locally. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_WAIT_TIMEOUT"> <summary> The timeout value has elapsed and the resource is not yet available. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_ACCESS_LOST"> <summary> The keyed mutex was abandoned. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_REMOTE_OUTOFMEMORY"> <summary> The device has been removed during a remote session because the remote computer ran out of memory. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_REMOTE_CLIENT_DISCONNECTED"> <summary> The application's remote device has been removed due to session disconnect or network disconnect. The application should call IDXGIFactory1::IsCurrent to find out when the remote device becomes available again. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_NOT_CURRENTLY_AVAILABLE"> <summary> A resource is not available at the time of the call, but may become available later. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_NONEXCLUSIVE"> <summary> A global counter resource was in use, and the specified counter cannot be used by this Direct3D device at this time. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_DRIVER_INTERNAL_ERROR"> <summary> An internal issue prevented the driver from carrying out the specified operation. The driver's state is probably suspect, and the application should not continue. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE"> <summary> Fullscreen mode could not be achieved because the specified output was already in use. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_FRAME_STATISTICS_DISJOINT"> <summary> An event (such as power cycle) interrupted the gathering of presentation statistics. Any previous statistics should be considered invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_WAS_STILL_DRAWING"> <summary> The GPU was busy at the moment when the call was made, and the call was neither executed nor scheduled. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_DEVICE_RESET"> <summary> The GPU will not respond to more commands, most likely because some other application submitted invalid commands. The calling application should re-create the device and continue. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_DEVICE_HUNG"> <summary> The GPU will not respond to more commands, most likely because of an invalid command passed by the calling application. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_DEVICE_REMOVED"> <summary> The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_UNSUPPORTED"> <summary> The specified device interface or feature level is not supported on this system. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_MORE_DATA"> <summary> The caller did not supply a sufficiently large buffer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_NOT_FOUND"> <summary> The object was not found. If calling IDXGIFactory::EnumAdaptes, there is no adapter with the specified ordinal. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_ERROR_INVALID_CALL"> <summary> The application made a call that is invalid. Either the parameters of the call or the state of some object was incorrect. Enable the D3D debug layer in order to see details via debug messages. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_STATUS_MODE_CHANGE_IN_PROGRESS"> <summary> The Present operation was not visible because another Direct3D device was attempting to take fullscreen mode at the time. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_STATUS_MODE_CHANGED"> <summary> The Present operation was not visible because the display mode changed. DXGI will have re-attempted the presentation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE"> <summary> The Present operation was not visible because the target monitor was being used for some other purpose. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_STATUS_NO_DESKTOP_ACCESS"> <summary> The Present operation was not visible because the Windows session has switched to another desktop (for example, ctrl-alt-del). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_STATUS_NO_REDIRECTION"> <summary> The driver is requesting that the DXGI runtime not use shared resources to communicate with the Desktop Window Manager. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_STATUS_CLIPPED"> <summary> The Present operation was partially invisible to the user. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.DXGI_STATUS_OCCLUDED"> <summary> The Present operation was invisible to the user. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLIP_LICENSE_DEVICE_ID_MISMATCH"> <summary> CLiP license device ID does not match the device ID in the bound device license. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE"> <summary> CLiP license hardware ID is out of tolerance. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLIP_LICENSE_NOT_SIGNED"> <summary> CLiP license is not signed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE"> <summary> CLiP license is signed by an unknown source. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLIP_LICENSE_EXPIRED"> <summary> CLiP license has expired. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID"> <summary> CLiP keyholder license is invalid or missing. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLIP_LICENSE_INVALID_SIGNATURE"> <summary> CLiP license has an invalid signature. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLIP_DEVICE_LICENSE_MISSING"> <summary> CLiP device license not found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CLIP_LICENSE_NOT_FOUND"> <summary> CLiP license not found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NO_APPLICABLE_APP_LICENSES_FOUND"> <summary> No applicable app licenses found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SECCORE_INVALID_COMMAND"> <summary> The command was not recognized by the security core </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_ATTRIBUTE_NOT_PRESENT"> <summary> The requested attribute is not present on the specified file or directory. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NOT_A_TIERED_VOLUME"> <summary> The volume is not a tiered volume. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TIERING_FILE_IS_NOT_PINNED"> <summary> The requested file is not pinned to a tier. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TIERING_CANNOT_PIN_OBJECT"> <summary> The requested object type cannot be assigned to a storage tier. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TIERING_ALREADY_PROCESSING"> <summary> The Storage Tiers Management service is already optimizing the storage tiers on the specified volume. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TIERING_WRONG_CLUSTER_NODE"> <summary> Storage tier operations must be called on the clustering node that owns the metadata volume. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TIERING_INVALID_FILE_ID"> <summary> The file identifier specified is not valid on the volume. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TIERING_STORAGE_TIER_NOT_FOUND"> <summary> The specified storage tier could not be found on the volume. Confirm that the storage tier name is valid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TIERING_VOLUME_DISMOUNT_IN_PROGRESS"> <summary> The Storage Tiers Management service detected that the specified volume is in the process of being dismounted. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_TIERING_NOT_SUPPORTED_ON_VOLUME"> <summary> The specified volume does not support storage tiers. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLSNAP_NO_BYPASSIO_WITH_SNAPSHOT"> <summary> BypassIO cannot be enabled while a volume snapshot exists. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLSNAP_ACTIVATION_TIMEOUT"> <summary> Activation of persistent snapshots on this volume took longer than was allowed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLSNAP_BOOTFILE_NOT_VALID"> <summary> The bootfile is too small to support persistent snapshots. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_REPAIR_IN_PROGRESS"> <summary> Repair is in progress. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_CACHE_FULL"> <summary> The cache is full. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_FLUSH_METADATA"> <summary> The cache metadata needs to be written and flushed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_MARK_DIRTY"> <summary> A slab needs to be marked dirty. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_DRIVE_LOST_DATA"> <summary> The data on this drive has been lost. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_DRIVE_SPLIT"> <summary> The data on this drive is stale. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_DRIVE_NOT_READY"> <summary> The drive is not ready. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_NO_REDUNDANCY"> <summary> No good copy of data was available. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_LOG_NOT_READY"> <summary> The log is not ready. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_INCONSISTENCY"> <summary> An inconsistency was found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_DRT_FULL"> <summary> The DRT is full. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_CORRUPT_METADATA"> <summary> The metadata read was corrupt. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_UNSUPPORTED_VERSION"> <summary> The metadata version is unsupported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_MAP_REQUIRED"> <summary> An extent needs to be allocated. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_UPDATE_COLUMN_STATE"> <summary> A column's state needs to be updated. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_ENTRY_INVALID"> <summary> The specified log entry is not valid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_ENTRY_INCOMPLETE"> <summary> The specified log entry is not complete. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_DRIVE_OPERATIONAL_STATE_INVALID"> <summary> The OperationalState of the physical disk is invalid for this operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_NUMBER_OF_GROUPS_INVALID"> <summary> The value for number of groups is outside of the supported range of values. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_WRITE_CACHE_SIZE_INVALID"> <summary> The write cache size is outside of the supported range of values. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_ENCLOSURE_AWARE_INVALID"> <summary> Enclosure awareness is not supported for this virtual disk. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_ALLOCATION_SIZE_INVALID"> <summary> The allocation size is outside of the supported range of values. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_PROVISIONING_TYPE_INVALID"> <summary> The specified provisioning type is not valid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_EXTENDED_ERROR"> <summary> Extended error information is available. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_NOT_ENOUGH_DRIVES"> <summary> There were not enough physical disks to complete the requested operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_NUMBER_OF_COLUMNS_INVALID"> <summary> The number of columns specified is outside of the supported range of values. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_INTERLEAVE_LENGTH_INVALID"> <summary> The value for interleave length is outside of the supported range of values or is not a power of 2. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_PARITY_LAYOUT_INVALID"> <summary> The value for ParityLayout is outside of the supported range of values. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_NUMBER_OF_DATA_COPIES_INVALID"> <summary> The number of data copies requested is outside of the supported range of values. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_DRIVE_REDUNDANCY_INVALID"> <summary> The requested redundancy is outside of the supported range of values. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_DRIVE_SECTOR_SIZE_INVALID"> <summary> The physical disk's sector size is not supported by the storage pool. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_RESILIENCY_TYPE_INVALID"> <summary> The specified resiliency type is not valid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_INTERNAL_ERROR"> <summary> A Storage Spaces internal error occurred. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_FAULT_DOMAIN_TYPE_INVALID"> <summary> The specified fault domain type or combination of minimum / maximum fault domain type is not valid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_SPACES_POOL_WAS_DELETED"> <summary> The storage pool was deleted by the driver. The object cache should be updated. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_DEPENDENCY_NOT_RESOLVED"> <summary> Package dependency criteria could not be resolved. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_CACHE_NOT_INIITALIZED"> <summary> The StateRepository cache is not initialized. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_TRANSACTION_IN_PROGRESS"> <summary> A transaction is in progress for the database connection. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_TRANSACTION_CALLER_ID_CHANGED"> <summary> The transaction caller id has changed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_ERROR_CACHE_CORRUPTED"> <summary> The StateRepository cache is not valid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSTORY_E_NESTED_TRANSACTION_NOT_SUPPORTED"> <summary> Nested transactions are not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_SERVICE_STOP_IN_PROGRESS"> <summary> The StateRepository service Stop event is in progress. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_LOCKED_SHAREDCACHE_TIMEOUT_EXCEEDED"> <summary> The shared cache for the database is locked by another connection. The request has exceeded the allowed threshold. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_LOCKED_TIMEOUT_EXCEEDED"> <summary> A table in the database is locked. The request has exceeded the allowed threshold. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_BUSY_RECOVERY_TIMEOUT_EXCEEDED"> <summary> The database file is locked because another process is busy recovering the database. The request has exceeded the allowed threshold. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_BUSY_TIMEOUT_EXCEEDED"> <summary> The database file is locked. The request has exceeded the allowed threshold. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_TRANSACTION_REQUIRED"> <summary> A transaction is required to perform the request operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_LOCKED_SHAREDCACHE_RETRY"> <summary> The shared cache for the database is locked by another connection. The request will be retried. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_LOCKED_RETRY"> <summary> A table in the database is locked. The request will be retried. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_BUSY_RECOVERY_RETRY"> <summary> The database file is locked because another process is busy recovering the database. The request will be retried. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_BUSY_RETRY"> <summary> The database file is locked. The request will be retried. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_BLOCKED"> <summary> The request failed because the StateRepository is actively blocking requests. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_ERROR_DICTIONARY_CORRUPTED"> <summary> A StateRepository dictionary is not valid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_UNKNOWN_SCHEMA_VERSION"> <summary> The StateRepository schema version is not known. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_CONFIGURATION_INVALID"> <summary> The StateRepository configuration is not valid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_STATEMENT_INPROGRESS"> <summary> A prepared statement has been stepped at least once but not run to completion or reset. This may result in busy waits. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.STATEREPOSITORY_E_CONCURRENCY_LOCKING_FAILURE"> <summary> Optimistic locking failure. Data cannot be updated if it has changed since it was read. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_HDAUDIO_NULL_LINKED_LIST_ENTRY"> <summary> An unexpected NULL pointer was encountered in a linked list. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_HDAUDIO_NO_LOGICAL_DEVICES_CREATED"> <summary> No HD Audio subdevices were successfully created. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED"> <summary> HD Audio widget does not support the connection list parameter. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_HDAUDIO_EMPTY_CONNECTION_LIST"> <summary> HD Audio widget encountered an unexpected empty connection list. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_AUDIO_ENGINE_NODE_NOT_FOUND"> <summary> PortCls could not find an audio engine node exposed by a miniport driver claiming support for IMiniportAudioEngineNode. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_UNKNOWN_ERROR"> <summary> An error that lies in the reserved range has been received. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_INSUFFICIENT_RESOURCES"> <summary> Insufficient Resources to complete the request. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_UNSUPPORTED_GROUP_TYPE"> <summary> The attribute type is not a supported grouping attribute as defined by a higher layer specification. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION"> <summary> The attribute requires encryption before it can be read or written. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_UNLIKELY"> <summary> The attribute request that was requested has encountered an error that was unlikely, and therefore could not be completed as requested. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH"> <summary> The attribute value length is invalid for the operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE"> <summary> The Encryption Key Size used for encrypting this link is insufficient. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_ATTRIBUTE_NOT_LONG"> <summary> The attribute cannot be read or written using the Read Blob Request. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_ATTRIBUTE_NOT_FOUND"> <summary> No attribute found within the given attribute handle range. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_PREPARE_QUEUE_FULL"> <summary> Too many prepare writes have been queued. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_INSUFFICIENT_AUTHORIZATION"> <summary> The attribute requires authorization before it can be read or written. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_INVALID_OFFSET"> <summary> Offset specified was past the end of the attribute. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_REQUEST_NOT_SUPPORTED"> <summary> Attribute server does not support the request received from the client. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_INSUFFICIENT_AUTHENTICATION"> <summary> The attribute requires authentication before it can be read or written. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_INVALID_PDU"> <summary> The attribute PDU was invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_WRITE_NOT_PERMITTED"> <summary> The attribute cannot be written. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_READ_NOT_PERMITTED"> <summary> The attribute cannot be read. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_BLUETOOTH_ATT_INVALID_HANDLE"> <summary> The attribute handle given was not valid on this server. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_WINDOW_CLOSED"> <summary> The operation cannot be completed because the window is being closed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_PRIMITIVE_OUT_OF_BOUNDS"> <summary> The added primitive begins at or beyond the duration of the interpolator. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_INVALID_DIMENSION"> <summary> The passed dimension is invalid or does not match the object's dimension. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_TIMER_CLIENT_ALREADY_CONNECTED"> <summary> This client is already connected to a timer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_TIME_BEFORE_LAST_UPDATE"> <summary> The given time is earlier than the time passed to the last update. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_TRANSITION_ECLIPSED"> <summary> The transition might eclipse the beginning of another transition in the storyboard. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_TRANSITION_NOT_IN_STORYBOARD"> <summary> The transition has not been added to a storyboard. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_TRANSITION_ALREADY_USED"> <summary> The transition has already been added to a storyboard. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_LOOPS_OVERLAP"> <summary> Two repeated portions of a storyboard might overlap. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_END_KEYFRAME_NOT_DETERMINED"> <summary> It might not be possible to determine the end keyframe time when the start keyframe is reached. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_START_KEYFRAME_AFTER_END"> <summary> The start keyframe might occur after the end keyframe. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_STORYBOARD_NOT_PLAYING"> <summary> The storyboard is not playing. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_STORYBOARD_ACTIVE"> <summary> The storyboard is currently in the schedule. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_WRONG_THREAD"> <summary> This method can only be called from the thread that created the object. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_FP_OVERFLOW"> <summary> A floating-point overflow occurred. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_AMBIGUOUS_MATCH"> <summary> More than one item matched the search criteria. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_DIFFERENT_OWNER"> <summary> A parameter that should be owned by this object is owned by a different object. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_BOOLEAN_EXPECTED"> <summary> A callback returned a success code other than S_OK or S_FALSE. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_INVALID_OUTPUT"> <summary> A callback returned an invalid output parameter. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_VALUE_NOT_DETERMINED"> <summary> The requested value cannot be determined. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_VALUE_NOT_SET"> <summary> The requested value was never set. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_OBJECT_SEALED"> <summary> This object has been sealed, so this change is no longer allowed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_ILLEGAL_REENTRANCY"> <summary> This method cannot be called during this type of callback. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_SHUTDOWN_CALLED"> <summary> Shutdown was already called on this object or the object that owns it. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.UI_E_CREATE_FAILED"> <summary> The object could not be created. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_FW_DECLINED"> <summary> The user declined to enable the firewall exceptions. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_FW_BLOCKED_BY_SHIELDS_UP"> <summary> Firewall exceptions are disabled. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_FW_BLOCKED_BY_POLICY"> <summary> The service is blocked by a firewall policy. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_FW_EXCEPTION_DISABLED"> <summary> A required firewall exception is disabled. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_ADDRESS"> <summary> The address is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_TIMEOUT"> <summary> A timeout occurred. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_PRIVACY_DECLINED"> <summary> The user declined the privacy policy prompt. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_NOT_SIGNED_IN"> <summary> User is not signed into serverless presence. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVITE_RESPONSE_NOT_AVAILABLE"> <summary> No response of the invite was received. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVITE_CANCELLED"> <summary> The app invite request was cancelled by the user. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_PNRP_DUPLICATE_PEER_NAME"> <summary> The existing peer name is already registered. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_NO_MORE"> <summary> No more data could be found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_PEER_HOST_NAME"> <summary> Invalid peer host name. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CANNOT_CONVERT_PEER_NAME"> <summary> The peername could not be converted to a DNS pnrp name. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_S_ALREADY_A_MEMBER"> <summary> Already a member. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_S_NO_CONNECTIVITY"> <summary> No connectivity. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_S_SUBSCRIPTION_EXISTS"> <summary> The subscription already exists. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_S_ALREADY_CONNECTED"> <summary> The graph is already connect. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_S_NO_EVENT_DATA"> <summary> There is not more event data. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_S_GRAPH_DATA_CREATED"> <summary> The graph data was created. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CONTACT_NOT_FOUND"> <summary> THe contact could not be found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_SERVICE_NOT_AVAILABLE"> <summary> The service is not available. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_IDENTITY_DELETED"> <summary> The identity does not exist. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_UNABLE_TO_LISTEN"> <summary> Unable to listen. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_NO_MEMBER_CONNECTIONS"> <summary> There are no member connections. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_NO_MEMBERS_FOUND"> <summary> No members were found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_GROUP"> <summary> The group is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_GROUP_IN_USE"> <summary> The group is still in use. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_GROUP_NOT_READY"> <summary> The group is not ready. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_UNSUPPORTED_VERSION"> <summary> Unsupported version. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_RECORD_SIZE"> <summary> Invalid record size. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_CREDENTIAL"> <summary> Invalid credential. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_CREDENTIAL_INFO"> <summary> Invalid credential info. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_RECORD_EXPIRATION"> <summary> Invalid record expiration. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_CLASSIFIER_PROPERTY"> <summary> Invalid classifier property. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_ROLE_PROPERTY"> <summary> Invalid role property. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_FRIENDLY_NAME"> <summary> The friendly name is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_CLASSIFIER"> <summary> The classifier is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_PEER_NAME"> <summary> The peername is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_GROUP_PROPERTIES"> <summary> The group properties are invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_DEFERRED_VALIDATION"> <summary> The record validation has been deferred. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_PASSWORD_DOES_NOT_MEET_POLICY"> <summary> The password does not meet policy requirements. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_NOT_AUTHORIZED"> <summary> Not authorized. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_RECORD"> <summary> The record is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CLOUD_NAME_AMBIGUOUS"> <summary> The cloud name is ambiguous. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_NO_CLOUD"> <summary> The specified PNRP cloud does not exist. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CERT_STORE_CORRUPTED"> <summary> The certstore is corrupted. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CIRCULAR_CHAIN_DETECTED"> <summary> A circular cert chain was detected. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_TIME_PERIOD"> <summary> The time period is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CHAIN_TOO_LONG"> <summary> The certchain is too long. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVITATION_NOT_TRUSTED"> <summary> The invitation is not trusted. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_ATTRIBUTES"> <summary> The search attributes are invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_SEARCH"> <summary> Invalid search. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_EVENT_HANDLE_NOT_FOUND"> <summary> The event handle could not be found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_IDENTITY_NOT_FOUND"> <summary> The identity could not be found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_DATABASE_NOT_PRESENT"> <summary> The database could not be found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_DATABASE_ALREADY_PRESENT"> <summary> The database already exists. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_MAX_RECORD_SIZE_EXCEEDED"> <summary> The record is too big. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_DBINITIALIZATION_FAILED"> <summary> The Database could not be initialized. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_DATABASE_ACCESSDENIED"> <summary> Access to the database was denied. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_RECORD_NOT_FOUND"> <summary> The requested record could not be found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_GROUPS_EXIST"> <summary> The group already exists. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_NO_KEY_ACCESS"> <summary> Unable to access a key. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_TOO_MANY_IDENTITIES"> <summary> The maximum number of identities have been created. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CLASSIFIER_TOO_LONG"> <summary> The peer name classifier is too long. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CONNECTION_REFUSED"> <summary> The connection was refused. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CONNECTION_NOT_AUTHENTICATED"> <summary> The peer connection could not be authenticated. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CONNECTION_FAILED"> <summary> The Connection attempt failed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_NODE_NOT_FOUND"> <summary> The node was not found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_ALREADY_LISTENING"> <summary> The peer is already listening for connections. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CONNECT_SELF"> <summary> The peer attempted to connect to itself. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CONNECTION_NOT_FOUND"> <summary> The connection can not be found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_TOO_MANY_ATTRIBUTES"> <summary> Too many attributes have been used. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_DATABASE"> <summary> The graph database is corrupt. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_GRAPH_IN_USE"> <summary> The graph is still in use. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_GRAPH_SHUTTING_DOWN"> <summary> The graph is shutting down. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_GRAPH_NOT_READY"> <summary> The graph is not ready. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_DUPLICATE_GRAPH"> <summary> A graph with the same ID already exists. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_DBNAME_CHANGED"> <summary> The graph database name has changed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_INVALID_GRAPH"> <summary> The graph handle is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_NOT_LICENSED"> <summary> The P2P protocol is not licensed to run on this OS. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_CANNOT_START_SERVICE"> <summary> The required service cannot be started. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_NOT_INITIALIZED"> <summary> The component has not been initialized. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.PEER_E_IPV6_NOT_INSTALLED"> <summary> The IPv6 protocol is not installed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SMS_MEMORY_FULL"> <summary> Device SMS memory is full. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SMS_OPERATION_NOT_ALLOWED"> <summary> SMS operation is not allowed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SMS_FORMAT_NOT_SUPPORTED"> <summary> SMS format is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SMS_UNKNOWN_SMSC_ADDRESS"> <summary> Unknown SMSC address is used. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SMS_NETWORK_TIMEOUT"> <summary> SMS network timeout happened. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SMS_MEMORY_FAILURE"> <summary> SMS memory failure occurred. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SMS_LANG_NOT_SUPPORTED"> <summary> SMS language is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SMS_INVALID_MEMORY_INDEX"> <summary> Invalid SMS memory index is used. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SMS_FILTER_NOT_SUPPORTED"> <summary> SMS filter is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SMS_ENCODING_NOT_SUPPORTED"> <summary> SMS encoding is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_DEFAULT_PROFILE_EXIST"> <summary> Default profile exist. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_INVALID_PROFILE"> <summary> Profile is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_FAILURE"> <summary> Generic Failure. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_PIN_DISABLED"> <summary> PIN is disabled. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_PIN_REQUIRED"> <summary> Pin is required. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_PIN_NOT_SUPPORTED"> <summary> Pin is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_PROVIDERS_NOT_FOUND"> <summary> Providers not found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_NOT_REGISTERED"> <summary> Device is not registered. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_INVALID_CACHE"> <summary> Visible provider cache is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_VOICE_CALL_IN_PROGRESS"> <summary> Voice call in progress. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SIM_NOT_INSERTED"> <summary> SIM is not inserted. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_SERVICE_NOT_ACTIVATED"> <summary> MBN subscription is not activated. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_RADIO_POWER_OFF"> <summary> Radio is powered off. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_PROVIDER_NOT_VISIBLE"> <summary> Provider is not visible. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_PACKET_SVC_DETACHED"> <summary> Device is in packet detach state. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_MAX_ACTIVATED_CONTEXTS"> <summary> Max activated contexts have reached. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_INVALID_ACCESS_STRING"> <summary> Access point name (APN) or Access string is incorrect. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_DATA_CLASS_NOT_AVAILABLE"> <summary> Requested data class is not available. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_BAD_SIM"> <summary> Bad SIM is inserted. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.E_MBN_CONTEXT_NOT_ACTIVATED"> <summary> Context is not activated. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_CLOUD_DISABLED_FOR_APP"> <summary> Cloud notifications have been disabled for the application due to a policy setting. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_GROUP_ALPHANUMERIC"> <summary> The notification group is not alphanumeric. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_GROUP_SIZE"> <summary> The size of the notification group is too large. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_STORAGE_LOCKED"> <summary> The notification platform does not have the proper privileges to complete the request. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_TOAST_NOTIFICATION_DROPPED"> <summary> Toast Notification was dropped without being displayed to the user. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_CALLBACK_ALREADY_REGISTERED"> <summary> Notification callback interface is already registered. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_NOTIFICATION_ID_MATCHED"> <summary> Notification Id provided as filter is matched with what the notification platform maintains. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_INVALID_CLOUD_IMAGE"> <summary> A cloud image downloaded from the notification platform is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_ALL_URL_NOT_COMPLETED"> <summary> The notification platform cannot complete all of requested image. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_IMAGE_NOT_FOUND_IN_CACHE"> <summary> The notification platform doesn't have the requested image in its cache. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_POWER_SAVE"> <summary> The notification platform rejects image download request due to system in power save mode. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_OUT_OF_SESSION"> <summary> The notification platform has run out of presentation layer sessions. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_INVALID_HTTP_STATUS_CODE"> <summary> The notification platform has received invalid HTTP status code other than 2xx for polling. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_TAG_ALPHANUMERIC"> <summary> The notification tag is not alphanumeric. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_DEV_ID_SIZE"> <summary> The size of the developer id for scheduled notification is too large. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_PUSH_NOTIFICATION_INCAPABLE"> <summary> The application background task does not have the push notification capability. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_DUPLICATE_REGISTRATION"> <summary> The notification platform found application is already registered. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_ACCESS_DENIED"> <summary> The notification platform doesn't have appropriate privilege on resources. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_TAG_SIZE"> <summary> The size of the notification tag is too large. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_NOTIFICATION_SIZE"> <summary> The size of the notification content is too large. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_NOTIFICATION_TYPE_DISABLED"> <summary> Settings prevent the notification type from being delivered. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_INTERNET_INCAPABLE"> <summary> The application does not have the internet access capability. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_NOTIFICATION_INCAPABLE"> <summary> Application capabilities prevent the notification from being delivered. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_NOTIFICATION_DISABLED"> <summary> Settings prevent the notification from being delivered. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_FAILED_LOCK_SCREEN_UPDATE_INTIALIZATION"> <summary> The notification platform is unable to initialize a callback for lock screen updates. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_CLOUD_SERVICE_UNAVAILABLE"> <summary> The notification platform is unable to connect to the cloud notification service. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_CLOUD_AUTH_UNAVAILABLE"> <summary> The notification platform is unable to retrieve the authentication credentials required to connect to the cloud notification service. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_CLOUD_INCAPABLE"> <summary> The application does not have the cloud notification capability. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_CLOUD_DISABLED"> <summary> Cloud notifications have been turned off. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_NOTIFICATION_NOT_POSTED"> <summary> The notification cannot be hidden until it has been shown. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_NOTIFICATION_HIDDEN"> <summary> The notification has already been hidden. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_NOTIFICATION_POSTED"> <summary> The notification has already been posted. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_PLATFORM_UNAVAILABLE"> <summary> The notification platform is unavailable. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_DUPLICATE_CHANNEL"> <summary> The channel identifier is already tied to another application endpoint. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_OUTSTANDING_CHANNEL_REQUEST"> <summary> A notification channel request for the provided application identifier is in progress. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_INVALID_APP"> <summary> The application identifier provided is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_CHANNEL_REQUEST_NOT_COMPLETE"> <summary> The notification channel request did not complete successfully. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WPN_E_CHANNEL_CLOSED"> <summary> The notification channel has already been closed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_E_ROOTCAUSE"> <summary> The troubleshooting pack reported information for a root cause without adding the root cause. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_E_RESOURCE"> <summary> A required resource cannot be loaded. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_E_VERSION"> <summary> This version of the troubleshooting pack is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_E_CANNOTRUN"> <summary> The troubleshooting pack cannot be executed on this system. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_E_TRUST"> <summary> Trust validation of the troubleshooting pack failed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_E_DISABLED"> <summary> Scripted diagnostics is disabled by group policy. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_S_CANNOTRUN"> <summary> The troubleshooting pack cannot be executed on this system. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_E_NOVERIFIER"> <summary> The troubleshooting pack does not contain a required verifier to complete the verification. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_E_MANAGEDHOST"> <summary> An error occurred in the Scripted Diagnostic Managed Host. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_E_POWERSHELL"> <summary> An error occurred when interacting with PowerShell runtime. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_E_SCRIPT"> <summary> An error occurred when running a PowerShell script. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.SDIAG_E_CANCELLED"> <summary> The operation was cancelled. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_VFP_NOT_ALLOWED"> <summary> A network of this type can not be created because VFP is not available. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_INTERFACEPARAMETERS_ALREADY_APPLIED"> <summary> Cannot apply more than one InterfaceParameters policy. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_ENDPOINT_NOT_LOCAL"> <summary> The endpoint must be local to complete the operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_ENDPOINT_NOT_ATTACHED"> <summary> The endpoint must be attached to complete the operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_IP_SUBNET"> <summary> The provided IP subnet configuration is invalid or missing parameters. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_SUBNET"> <summary> The provided subnet configuration is invalid or missing parameters. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_OBJECT_USED_AFTER_UNLOAD"> <summary> A call was performed against an object that was torn down. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_PREFIX"> <summary> The prefix provided is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_ADDR_INVALID_OR_RESERVED"> <summary> An address provided is invalid or reserved. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_NAMESPACE_ATTACH_FAILED"> <summary> The requested operation for attach namespace failed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_INTERNAL_PORT"> <summary> The internal port must exist and cannot be zero. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_ENTITY_HAS_REFERENCES"> <summary> The specified entity cannot be removed while it still has references. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_ENDPOINT_NAMESPACE_ALREADY_EXISTS"> <summary> This requested operation is invalid as endpoint is already part of a network namespace. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_ICS_DISABLED"> <summary> Internet Connection Sharing service (SharedAccess) is disabled and cannot be started </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.GCN_E_DEFAULTNAMESPACE_EXISTS"> <summary> Default Namespace already exists </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.GCN_E_NETINTERFACE_NOT_FOUND"> <summary> Network interface not found for the given id </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.GCN_E_NETCOMPARTMENT_NOT_FOUND"> <summary> Network compartment not found for the given id </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.GCN_E_NETADAPTER_NOT_FOUND"> <summary> Network adapter not found for the given instance id </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.GCN_E_NETADAPTER_TIMEOUT"> <summary> Timeout while waiting for network adapter with the given instance id </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.GCN_E_RUNTIMEKEYS_FAILED"> <summary> Add runtime keys to container failed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.GCN_E_REQUEST_UNSUPPORTED"> <summary> The specified request is unsupported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.GCN_E_NO_REQUEST_HANDLERS"> <summary> Request Handlers not present to handle the JSON request. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.GCN_E_MODULE_NOT_FOUND"> <summary> Operation cannot be performed while service module not found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_MANAGER_STOPPED"> <summary> Operation cannot be performed while service is stopping. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_SWITCH_EXTENSION_NOT_FOUND"> <summary> The specified switch extension does not exist on this switch. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_IP"> <summary> IP address is either invalid or not part of any configured subnet(s). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_ENDPOINT_SHARING_DISABLED"> <summary> Endpoint sharing is disabled. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_JSON_REFERENCE"> <summary> The reference is invalid in the JSON document. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_JSON"> <summary> Invalid JSON document string. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_REGKEY_FAILURE"> <summary> Failed to process registry key. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_GUID_CONVERSION_FAILURE"> <summary> Failed to interpret a parameter as a GUID. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_SHARED_SWITCH_MODIFICATION"> <summary> Cannot modify a switch shared by multiple networks. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_DEGRADED_OPERATION"> <summary> There was an operation attempted on a degraded object. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_MAPPING_NOT_SUPPORTED"> <summary> Port mapping is not supported on the given network. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_REQUEST_UNSUPPORTED"> <summary> The specified request is unsupported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_ENDPOINT_ALREADY_ATTACHED"> <summary> This endpoint is already attached to the switch. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_PORT_ALREADY_EXISTS"> <summary> The specified port already exists. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_POLICY_ALREADY_EXISTS"> <summary> Policy information already exists on this object. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_LAYER_ALREADY_EXISTS"> <summary> A network with this name already exists. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_NETWORK_ALREADY_EXISTS"> <summary> A network with this name already exists. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_REMOTE_ENDPOINT_OPERATION"> <summary> This requested operation is invalid for a remote endpoint. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_POLICY_TYPE"> <summary> Invalid policy type. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_POLICY"> <summary> The provided policy configuration is invalid or missing parameters. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_ENDPOINT"> <summary> The provided endpoint configuration is invalid or missing parameters. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_NETWORK_TYPE"> <summary> Invalid network type. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_INVALID_NETWORK"> <summary> The provided network configuration is invalid or missing parameters. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_VFP_PORTSETTING_NOT_FOUND"> <summary> A required VFP port setting was not found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_POLICY_NOT_FOUND"> <summary> An expected policy was not found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_PORT_NOT_FOUND"> <summary> The switch-port was not found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_ADAPTER_NOT_FOUND"> <summary> An adapter was not found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_SUBNET_NOT_FOUND"> <summary> The network does not have a subnet for this endpoint. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_SWITCH_NOT_FOUND"> <summary> The virtual switch was not found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_LAYER_NOT_FOUND"> <summary> The network's underlying layer was not found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_ENDPOINT_NOT_FOUND"> <summary> The endpoint was not found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCN_E_NETWORK_NOT_FOUND"> <summary> The network was not found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_QUERY_STORAGE_ERROR"> <summary> The virtualization storage subsystem has generated an error. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_UNEXPECTED_ID"> <summary> The specified VHD has an unexpected virtual disk identifier. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_MISSING_CHANGE_TRACKING_INFORMATION"> <summary> There is no change tracking data available associated with the specified change tracking identifier. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_CHANGE_TRACKING_DISABLED"> <summary> Change tracking is disabled for the specified virtual hard disk, so no change tracking information is available. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_INVALID_CHANGE_TRACKING_ID"> <summary> The specified change tracking identifier is not valid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_METADATA_FULL"> <summary> There is not enough space in the virtual disk file for the provided metadata item. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE"> <summary> The requested operation could not be completed because the virtual disk's size cannot be safely reduced further. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE"> <summary> The requested operation could not be completed because the virtual disk's minimum safe size could not be determined. This may be due to a missing or corrupt partition table. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_RESIZE_WOULD_TRUNCATE_DATA"> <summary> The requested resize operation could not be completed because it might truncate user data residing on the virtual disk. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTLOG_INCONSISTENT_TRACKING_FILE"> <summary> Change Tracking file for the virtual disk is not in a valid state. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTLOG_INVALID_TRACKING_STATE"> <summary> Change Tracking for the virtual disk is not in a valid state to perform this request. Change tracking could be discontinued or already in the requested state. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTLOG_VHD_CHANGED_OFFLINE"> <summary> VHD file is changed due to compaction, expansion, or offline updates. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE"> <summary> Size of change tracking file exceeded the maximum size limit. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_CTLOG_TRACKING_NOT_INITIALIZED"> <summary> Change Tracking is not initialized for this virtual disk. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VIRTDISK_DISK_ONLINE_AND_WRITABLE"> <summary> The disk must be offline or read-only. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VIRTDISK_DISK_ALREADY_OWNED"> <summary> The disk is already owned by a different owner. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE"> <summary> The sector size of the physical disk on which the virtual disk resides is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_INVALID_STATE"> <summary> The requested operation cannot be performed on the virtual disk in its current state. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_INVALID_TYPE"> <summary> The requested operation cannot be performed on a virtual disk of this type. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VIRTUAL_DISK_LIMITATION"> <summary> The requested operation could not be completed due to a virtual disk system limitation. Virtual hard disk files must be uncompressed and unencrypted and must not be sparse. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT"> <summary> The chain of virtual hard disks is inaccessible. There was an error opening a virtual hard disk further up the chain. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED"> <summary> The chain of virtual hard disks is corrupted. A differencing disk is indicated in its own parent chain. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_CHILD_PARENT_SIZE_MISMATCH"> <summary> The chain of virtual hard disks is corrupted. There is a mismatch in the virtual sizes of the parent virtual hard disk and differencing disk. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_PARENT_VHD_ACCESS_DENIED"> <summary> The chain of virtual hard disks is inaccessible. The process has not been granted access rights to the parent virtual hard disk for the differencing disk. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VIRTDISK_NOT_VIRTUAL_DISK"> <summary> The specified disk is not a virtual disk. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VIRTDISK_PROVIDER_NOT_FOUND"> <summary> A virtual disk support provider for the specified file was not found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_INVALID_FILE_SIZE"> <summary> The file size of this virtual hard disk is not valid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_INVALID_SIZE"> <summary> The size of the virtual hard disk is not valid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_METADATA_WRITE_FAILURE"> <summary> Failed to write to the metadata of the virtual hard disk. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_METADATA_READ_FAILURE"> <summary> Failed to read the metadata of the virtual hard disk. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH"> <summary> The chain of virtual hard disks is corrupted. The time stamp of the parent virtual hard disk does not match the time stamp of the differencing disk. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_CHILD_PARENT_ID_MISMATCH"> <summary> The chain of virtual hard disks is corrupted. There is a mismatch in the identifiers of the parent virtual hard disk and differencing disk. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_PARENT_VHD_NOT_FOUND"> <summary> The chain of virtual hard disks is broken. The system cannot locate the parent virtual hard disk for the differencing disk. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_BITMAP_MISMATCH"> <summary> The virtual hard disk is corrupted. The block bitmap does not match with the block data present in the virtual hard disk. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_INVALID_BLOCK_SIZE"> <summary> The system does not support this version of the virtual hard disk. The block size is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT"> <summary> The virtual hard disk is corrupted. The block allocation table in the virtual hard disk is corrupt. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_BLOCK_ALLOCATION_FAILURE"> <summary> Failed to write to the virtual hard disk failed because the system failed to allocate a new block in the virtual hard disk. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_SPARSE_HEADER_CORRUPT"> <summary> The virtual hard disk is corrupted. The sparse header in the virtual hard disk is corrupt. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION"> <summary> The system does not support this version of the virtual hard disk.This version of the sparse header is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH"> <summary> The virtual hard disk is corrupted. The sparse header checksum does not match the on-disk checksum. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_FORMAT_UNSUPPORTED_VERSION"> <summary> The version does not support this version of the file format. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_FORMAT_UNKNOWN"> <summary> The system does not recognize the file format of this virtual hard disk. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_DRIVE_FOOTER_CORRUPT"> <summary> The virtual hard disk is corrupted. The virtual hard disk drive footer in the virtual hard disk is corrupted. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH"> <summary> The virtual hard disk is corrupted. The virtual hard disk drive footer checksum does not match the on-disk checksum. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VHD_DRIVE_FOOTER_MISSING"> <summary> The virtual hard disk is corrupted. The virtual hard disk drive footer is missing. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED"> <summary> Some BCD entries were not synchronized correctly with the firmware. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BCD_TOO_MANY_ELEMENTS"> <summary> Entries enumerated have exceeded the allowed threshold. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_BCD_NOT_ALL_ENTRIES_IMPORTED"> <summary> Some BCD entries were not imported correctly from the BCD store. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_RAID5_NOT_SUPPORTED"> <summary> The system does not support RAID-5 volumes. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_MIRROR_NOT_SUPPORTED"> <summary> The system does not support mirrored volumes. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_NUMBER_OF_DISKS_INVALID"> <summary> The specified number of disks is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PRIMARY_PACK_PRESENT"> <summary> A primary pack is already present. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_NO_VALID_LOG_COPIES"> <summary> The pack has no valid log copies. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PLEX_NOT_SIMPLE_SPANNED"> <summary> The operation is only supported on simple and spanned plexes. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_VOLUME_MIRRORED"> <summary> The operation is not supported on mirrored volumes. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID"> <summary> The specified number of disks in a plex member is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID"> <summary> The specified number of disks in a plex is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PACK_LOG_UPDATE_FAILED"> <summary> All disks failed to be updated with the new content of the log. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_NOT_PRIMARY_PACK"> <summary> The specified pack is not the primary pack. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PACK_CONFIG_ONLINE"> <summary> The configuration of the pack is online. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PACK_CONFIG_OFFLINE"> <summary> The configuration of the pack is offline. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_BAD_BOOT_DISK"> <summary> The boot disk experienced failures. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DIFFERENT_SECTOR_SIZE"> <summary> All disks participating to the volume must have the same sector size. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_NUMBER_OF_EXTENTS_INVALID"> <summary> The specified number of extents is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_VOLUME_RETAINED"> <summary> The specified volume already has a retain partition. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_VOLUME_OFFLINE"> <summary> The specified volume is offline. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_VOLUME_NOT_RETAINED"> <summary> The specified volume does not have a retain partition. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_VOLUME_NOT_MIRRORED"> <summary> The operation is only supported on mirrored volumes. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE"> <summary> The specified size for the volume is not a multiple of the sector size. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_VOLUME_LENGTH_INVALID"> <summary> The specified volume length is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_VOLUME_ID_INVALID"> <summary> The specified volume id is invalid. There are no volumes with the specified volume id. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_VOLUME_CONTAINS_MISSING_DISK"> <summary> The specified volume contains a missing disk. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE"> <summary> An unexpected layout change occurred outside of the volume manager. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_TRANSACTION_IN_PROGRESS"> <summary> There is currently a transaction in process. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS"> <summary> There is already a pending request for notifications. Wait for the existing request to return before requesting for more notifications. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_STRUCTURE_SIZE_INVALID"> <summary> The Size fields in the VM_VOLUME_LAYOUT input structure are incorrectly set. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PLEX_NOT_SIMPLE"> <summary> The operation is only supported on simple plexes. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PLEX_NOT_RAID5"> <summary> The operation is only supported on RAID-5 plexes. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PLEX_TYPE_INVALID"> <summary> The specified plex type is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PLEX_REGENERATING"> <summary> The specified plex is currently regenerating. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PLEX_MISSING"> <summary> The specified plex is missing. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PLEX_LAST_ACTIVE"> <summary> The specified plex is the last active plex in the volume. The plex cannot be removed or else the volume will go offline. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PLEX_INDEX_INVALID"> <summary> The specified plex index is greater or equal than the number of plexes in the volume. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PLEX_INDEX_DUPLICATE"> <summary> The same plex index was specified more than once. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PLEX_IN_SYNC"> <summary> The specified plex is already in-sync with the other active plexes. It does not need to be regenerated. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PARTITION_UPDATE_FAILED"> <summary> Failed to update the disk's partition layout. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PARTITION_STYLE_INVALID"> <summary> The specified disk has an unsupported partition style. Only MBR and GPT partition styles are supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PACK_WITHOUT_QUORUM"> <summary> The pack does not have a quorum of healthy disks. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PACK_HAS_QUORUM"> <summary> The specified pack already has a quorum of healthy disks. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PACK_OFFLINE"> <summary> The specified pack is offline. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PACK_NAME_INVALID"> <summary> The specified pack name is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PACK_INVALID"> <summary> The specified pack is the invalid pack. The operation cannot complete with the invalid pack. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PACK_ID_INVALID"> <summary> The specified pack id is invalid. There are no packs with the specified pack id. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PACK_DUPLICATE"> <summary> The specified source and target packs are identical. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_NUMBER_OF_PLEXES_INVALID"> <summary> The specified number of plexes is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_NUMBER_OF_MEMBERS_INVALID"> <summary> The specified number of members is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_NOTIFICATION_RESET"> <summary> The notifications have been reset. Notifications for the current user are invalid. Unregister and re-register for notifications. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_NO_SUCH_USER"> <summary> The specified notification user does not exist. Failed to unregister user for notifications. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_NO_REGISTERED_USERS"> <summary> There are currently no registered users for notifications. The task number is irrelevant unless there are registered users. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_ALL_DISKS_FAILED"> <summary> All disks belonging to the pack failed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_MEMBER_REGENERATING"> <summary> The specified member is already regenerating. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_MEMBER_NOT_DETACHED"> <summary> The specified member is not detached. Cannot replace a member which is not detached. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_MEMBER_MISSING"> <summary> The specified member is missing. It cannot be regenerated. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_MEMBER_INDEX_INVALID"> <summary> The specified member index is greater or equal than the number of members in the volume plex. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_MEMBER_INDEX_DUPLICATE"> <summary> The same member index was specified more than once. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_MEMBER_IN_SYNC"> <summary> The specified member is already in-sync with the other active members. It does not need to be regenerated. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_MAXIMUM_REGISTERED_USERS"> <summary> There is already a maximum number of registered users. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_INTERLEAVE_LENGTH_INVALID"> <summary> The specified interleave length is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED"> <summary> The system does not support fault tolerant volumes. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH"> <summary> The specified extent lengths cannot be used to construct a volume with specified length. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION"> <summary> The specified partition overlaps an EBR (the first track of an extended partition on an MBR disk). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED"> <summary> The specified volume extent is not sector aligned. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION"> <summary> The specified volume extent is not within the public region of the disk. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_EXTENT_NOT_CONTIGUOUS"> <summary> The specified volume is retained and can only be extended into a contiguous extent. The specified extent to grow the volume is not contiguous with the specified volume. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_EXTENT_ALREADY_USED"> <summary> The specified extent is already used by other volumes. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED"> <summary> Dynamic disks are not supported on this system. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES"> <summary> A disk in the volume layout provides extents to more than one plex. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS"> <summary> A disk in the volume layout provides extents to more than one member of a plex. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_SET_NOT_CONTAINED"> <summary> The specified disk set contains volumes which exist on disks outside of the set. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_SECTOR_SIZE_INVALID"> <summary> The specified disk has an invalid sector size. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_REVECTORING_FAILED"> <summary> The force revectoring of bad sectors failed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_NOT_ENOUGH_SPACE"> <summary> There is not enough usable space for this operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_NOT_EMPTY"> <summary> The specified disk is not empty. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_MISSING"> <summary> The specified disk is missing. The operation cannot complete on a missing disk. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS"> <summary> The disk layout contains more than the maximum number of supported partitions. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS"> <summary> The disk layout contains primary partitions in between logical drives. This is an invalid disk layout. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL"> <summary> The disk layout contains partitions which are smaller than the minimum size. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED"> <summary> The disk layout contains partitions which are not cylinder aligned. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS"> <summary> The disk layout contains non-basic partitions which appear after basic partitions. This is an invalid disk layout. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_LAYOUT_INVALID"> <summary> The specified disk has an invalid disk layout. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_LAST_VOTER"> <summary> The specified disk(s) cannot be removed since it is the last remaining voter. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_INVALID"> <summary> The specified disk is an invalid disk. Operation cannot complete on an invalid disk. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_ID_INVALID"> <summary> The specified disk id is invalid. There are no disks with the specified disk id. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_DYNAMIC"> <summary> The disk is already dynamic. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_DUPLICATE"> <summary> The same disk was specified more than once in the migration list. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME"> <summary> The disk contains non-simple volumes. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_PACK_CONFIG_UPDATE_FAILED"> <summary> A majority of disks failed to be updated with the new configuration. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC"> <summary> The configuration on the disk is not insync with the in-memory configuration. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DISK_CONFIGURATION_CORRUPTED"> <summary> The configuration data on the disk is corrupted. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_DATABASE_FULL"> <summary> The configuration database is full. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_INCOMPLETE_DISK_MIGRATION"> <summary> One or more disks were not fully migrated to the target pack. They may or may not require reimport after fixing the hardware problems. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VOLMGR_INCOMPLETE_REGENERATION"> <summary> The regeneration operation was not able to copy all data from the active plexes due to bad sectors. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_DM_OPERATION_LIMIT_EXCEEDED"> <summary> The attempted DM / resize operation exceeds the supported size. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.VM_SAVED_STATE_DUMP_E_VP_VTL_NOT_ENABLED"> <summary> The active virtual trust level is not enabled on the specified virtual processor. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.VM_SAVED_STATE_DUMP_E_INVALID_VP_STATE"> <summary> The virtual processor is not in the correct state for the operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.VM_SAVED_STATE_DUMP_E_VA_NOT_MAPPED"> <summary> The given virtual address is not mapped to a physical address. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.VM_SAVED_STATE_DUMP_E_WINDOWS_KERNEL_IMAGE_NOT_FOUND"> <summary> The Windows kernel image address could not be found in the virtual machine saved state. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.VM_SAVED_STATE_DUMP_E_NESTED_VIRTUALIZATION_NOT_SUPPORTED"> <summary> A virtual processor has been detected to have nested virtualization enabled. Nested Virtualization is not supported yet by VmSavedStateDumpProvider. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.VM_SAVED_STATE_DUMP_E_NO_VP_FOUND_IN_PARTITION_STATE"> <summary> No virtual processor information found in the saved partition blob. Make sure the virtual machine is saved successfully for this content to be included in the partition state. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.VM_SAVED_STATE_DUMP_E_GUEST_MEMORY_NOT_FOUND"> <summary> Guest memory not found. Make sure the virtual machine is saved for this content to be included in the saved state file(s). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.VM_SAVED_STATE_DUMP_E_PARTITION_STATE_NOT_FOUND"> <summary> Partition state blob not found. Make sure the virtual machine is saved for this content to be included in the saved state file(s). </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VSMB_SAVED_STATE_CORRUPT"> <summary> Cannot restore this virtual machine because the vSMB saved state data cannot be read. Delete the saved state data and then try to start the virtual machine. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VSMB_SAVED_STATE_FILE_NOT_FOUND"> <summary> Cannot restore this virtual machine because a file read from the vSMB saved state data could not be found. Delete the saved state data and then try to start the virtual machine. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WHV_E_UNSUPPORTED_PROCESSOR_CONFIG"> <summary> The Windows Hypervisor Platform is not supported due to a processor limitation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WHV_E_INVALID_VP_REGISTER_NAME"> <summary> A virtual processor register with the specified name does not exist. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WHV_E_INVALID_VP_STATE"> <summary> The virtual processor is not in the correct state to perform the requested operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WHV_E_VP_DOES_NOT_EXIST"> <summary> A virtual processor with the specified index does not exist. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WHV_E_VP_ALREADY_EXISTS"> <summary> A virtual processor with the specified index already exists. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WHV_E_GPA_RANGE_NOT_FOUND"> <summary> The specified GPA range was not found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WHV_E_INVALID_PARTITION_CONFIG"> <summary> The configuration of the partition is not valid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WHV_E_UNSUPPORTED_HYPERVISOR_CONFIG"> <summary> The configuration of the hypervisor on this system is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WHV_E_UNKNOWN_PROPERTY"> <summary> The specified property does not exist. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WHV_E_INSUFFICIENT_BUFFER"> <summary> The specified buffer is too small for the requested data. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WHV_E_UNKNOWN_CAPABILITY"> <summary> The specified capability does not exist. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED"> <summary> A virtual machine is running with its memory allocated across multiple NUMA nodes. This does not indicate a problem unless the performance of your virtual machine is unusually slow. If you are experiencing performance problems, you may need to modify the NUMA configuration. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VNET_VIRTUAL_SWITCH_NAME_NOT_FOUND"> <summary> A virtual switch with the given name was not found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_OPERATION_ALREADY_CANCELLED"> <summary> The operation has already been cancelled. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_SYSTEM_NOT_CONFIGURED_FOR_OPERATION"> <summary> The virtual machine or container is not configured to perform the operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_PROCESS_ALREADY_STOPPED"> <summary> The process has already exited. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_SERVICE_DISCONNECT"> <summary> The host compute system service has disconnected unexpectedly. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_PROCESS_INFO_NOT_AVAILABLE"> <summary> The process information is not available. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_GUEST_CRITICAL_ERROR"> <summary> The virtual machine or container reported a critical error and was stopped or restarted. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_ACCESS_DENIED"> <summary> Insufficient privileges. Only administrators or users that are members of the Hyper-V Administrators user group are permitted to access virtual machines or containers. To add yourself to the Hyper-V Administrators user group, please see https://aka.ms/hcsadmin for more information. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_OPERATION_RESULT_ALLOCATION_FAILED"> <summary> Not enough memory available to return the result of the operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_OPERATION_SYSTEM_CALLBACK_ALREADY_SET"> <summary> An event callback has already been registered on this handle. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_OPERATION_TIMEOUT"> <summary> The operation did not complete in time. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_OPERATION_PENDING"> <summary> The operation is still running. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_OPERATION_ALREADY_STARTED"> <summary> The operation is already running. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_OPERATION_NOT_STARTED"> <summary> The operation has not started. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_SERVICE_NOT_AVAILABLE"> <summary> The operation could not be started because a required feature is not installed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_WINDOWS_INSIDER_REQUIRED"> <summary> To use this container image, you must join the Windows Insider Program. Please see https://go.microsoft.com/fwlink/?linkid=850659 for more information. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_INVALID_LAYER"> <summary> The container image contains a layer with an unrecognized format. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_PROTOCOL_ERROR"> <summary> A communication protocol error has occurred between the virtual machine or container and the host. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_SYSTEM_ALREADY_STOPPED"> <summary> The virtual machine or container with the specified identifier is not running. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_SYSTEM_ALREADY_EXISTS"> <summary> A virtual machine or container with the specified identifier already exists. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_SYSTEM_NOT_FOUND"> <summary> A virtual machine or container with the specified identifier does not exist. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_INVALID_JSON"> <summary> The virtual machine or container JSON document is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_UNSUPPORTED_PROTOCOL_VERSION"> <summary> The virtual machine or container does not support an available version of the communication protocol with the host. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_UNKNOWN_MESSAGE"> <summary> An unknown internal message was received by the virtual machine or container. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_CONNECTION_CLOSED"> <summary> The connection with the virtual machine or container was closed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_CONNECTION_TIMEOUT"> <summary> The operation timed out because a response was not received from the virtual machine or container. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_CONNECT_FAILED"> <summary> A connection could not be established with the container or virtual machine. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_TERMINATED"> <summary> The virtual machine or container was forcefully exited. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_UNEXPECTED_EXIT"> <summary> The virtual machine or container exited unexpectedly. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_INVALID_STATE"> <summary> The requested virtual machine or container operation is not valid in the current state. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_HYPERV_NOT_INSTALLED"> <summary> The virtual machine could not be started because a required feature is not installed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_IMAGE_MISMATCH"> <summary> The container operating system does not match the host operating system. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.HCS_E_TERMINATED_DURING_START"> <summary> The virtual machine or container exited unexpectedly while starting. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_WINDOWS_INSIDER_REQUIRED"> <summary> To use this container image, you must join the Windows Insider Program. Please see https://go.microsoft.com/fwlink/?linkid=850659 for more information. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_INVALID_LAYER"> <summary> The container image contains a layer with an unrecognized format. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_PROTOCOL_ERROR"> <summary> A communication protocol error has occurred between the virtual machine or container and the host. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_SYSTEM_ALREADY_STOPPED"> <summary> The virtual machine or container with the specified identifier is not running. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_SYSTEM_ALREADY_EXISTS"> <summary> A virtual machine or container with the specified identifier already exists. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_SYSTEM_NOT_FOUND"> <summary> A virtual machine or container with the specified identifier does not exist. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_INVALID_JSON"> <summary> The virtual machine or container JSON document is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_UNSUPPORTED_PROTOCOL_VERSION"> <summary> The virtual machine or container does not support an available version of the communication protocol with the host. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_UNKNOWN_MESSAGE"> <summary> An unknown internal message was received by the virtual machine or container. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_CONNECTION_CLOSED"> <summary> The connection with the virtual machine or container was closed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_TIMEOUT"> <summary> The operation timed out because a response was not received from the virtual machine or container. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_CONNECT_FAILED"> <summary> A connection could not be established with the container or virtual machine. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_TERMINATED"> <summary> The virtual machine or container was forcefully exited. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_UNEXPECTED_EXIT"> <summary> The virtual machine or container exited unexpectedly. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_INVALID_STATE"> <summary> The requested virtual machine or container operation is not valid in the current state. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_TOO_MANY_NOTIFICATIONS"> <summary> The supported number of notification callbacks has been exceeded. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_OPERATION_PENDING"> <summary> The call to start an asynchronous operation succeeded and the operation is performed in the background. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_HYPERV_NOT_INSTALLED"> <summary> The virtual machine could not be started because a required feature is not installed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_IMAGE_MISMATCH"> <summary> The container operating system does not match the host operating system. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VMCOMPUTE_TERMINATED_DURING_START"> <summary> The virtual machine or container exited unexpectedly while starting. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_PROCESS_ALREADY_SET"> <summary> The process has already been set. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INSUFFICIENT_RESOURCES_WITHDRAW"> <summary> Failed to withdraw memory. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_MEMORY_TYPE_NOT_SUPPORTED"> <summary> Memory type not supported for requested operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INSUFFICIENT_RESOURCES_HV_DEPOSIT"> <summary> Failed to allocate memory to be deposited in the hypervisor. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INSUFFICIENT_RESOURCES_PHYSICAL_BUFFER"> <summary> Failed to allocate memory for the physical buffer used to back certain internal structures. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INSUFFICIENT_RESOURCES_RESERVE"> <summary> Failed to allocate backing memory due to insufficient memory resources. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_VTL_ACCESS_DENIED"> <summary> The specified VTL does not have the permission to access the resource. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_SAVED_STATE_INCOMPATIBLE"> <summary> Cannot restore this virtual machine to the saved state because of hypervisor incompatibility. Delete the saved state data and then try to start the virtual machine. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_SAVED_STATE_UNRECOGNIZED_ITEM"> <summary> Cannot restore this virtual machine because an item read from the saved state data is not recognized. Delete the saved state data and then try to start the virtual machine. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_SAVED_STATE_CORRUPT"> <summary> Cannot restore this virtual machine because the saved state data cannot be read. Delete the saved state data and then try to start the virtual machine. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_MBP_COUNT_EXCEEDED_LIMIT"> <summary> Cannot create the memory block for the virtualization infrastructure driver because the requested number of pages exceeded the limit. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE"> <summary> Cannot lock or map the memory block page for the virtualization infrastructure driver because it has already been locked using a reserve page set page. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_RESERVE_PAGE_SET_TOO_SMALL"> <summary> The reserve page set for the virtualization infrastructure driver is too small to use in the lock request. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_RESERVE_PAGE_SET_IS_BEING_USED"> <summary> Cannot destroy or reuse the reserve page set for the virtualization infrastructure driver because it is in use. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INVALID_CHILD_GPA_PAGE_SET"> <summary> The lock or unlock request uses an invalid guest operating system memory address. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_MMIO_RANGE_DESTROYED"> <summary> The memory mapped I/O for this page range no longer exists. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_MB_PROPERTY_ALREADY_SET_RESET"> <summary> Cannot set or reset the memory block property more than once for the virtualization infrastructure driver. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_KM_INTERFACE_ALREADY_INITIALIZED"> <summary> This kernel mode interface for the virtualization infrastructure driver has already been initialized. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT"> <summary> The maximum number of kernel mode clients for the virtualization infrastructure driver has been reached. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INVALID_PROCESSOR_STATE"> <summary> Invalid state for the virtual processor. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_STOP_PENDING"> <summary> Cannot stop the virtual processor immediately because of a pending intercept. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED"> <summary> Cannot add a virtual processor to the partition because the maximum has been reached. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_MESSAGE_QUEUE_CLOSED"> <summary> The message queue for the virtualization infrastructure driver has been closed. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_MBPS_ARE_LOCKED"> <summary> Notifications cannot be created on the memory block because it is use. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INVALID_PPM_HANDLE"> <summary> The handle is not a valid parent partition mapping handle for the virtualization infrastructure driver. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED"> <summary> The request to lock or map a memory block page failed because the virtualization infrastructure driver memory block limit has been reached. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE"> <summary> Cannot install client notifications because no message queue for the virtualization infrastructure driver is associated with the memory block. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INVALID_GPA_RANGE_HANDLE"> <summary> The handle is not a valid page range handle for the virtualization infrastructure driver. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INVALID_MESSAGE_QUEUE_HANDLE"> <summary> The handle is not a valid message queue handle for the virtualization infrastructure driver. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_PAGE_RANGE_OVERFLOW"> <summary> The request exceeded the memory block page limit for the virtualization infrastructure driver. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INVALID_MEMORY_BLOCK_HANDLE"> <summary> The handle is not a valid memory block handle for the virtualization infrastructure driver. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED"> <summary> The memory block for the virtualization infrastructure driver is already associated with a message queue. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INVALID_NUMA_NODE_INDEX"> <summary> The non-uniform memory access (NUMA) node index does not match a valid index in the system NUMA topology. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INVALID_NUMA_SETTINGS"> <summary> The non-uniform memory access (NUMA) node settings do not match the system NUMA topology. In order to start the virtual machine, you will need to modify the NUMA configuration. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_CHILD_GPA_PAGE_SET_CORRUPTED"> <summary> Cannot unlock the page array for the guest operating system memory address because it does not match a previous lock request. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_MB_STILL_REFERENCED"> <summary> The memory block for the virtualization infrastructure driver is still being used and cannot be destroyed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT"> <summary> The memory block page for the virtualization infrastructure driver cannot be mapped because the page map limit has been reached. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_MESSAGE_QUEUE_ALREADY_EXISTS"> <summary> A message queue with the same name already exists for the virtualization infrastructure driver. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_PARTITION_NAME_NOT_FOUND"> <summary> The virtualization infrastructure driver has encountered an error. Could not find the requested partition. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_PARTITION_DOES_NOT_EXIST"> <summary> The virtualization infrastructure driver has encountered an error. The requested partition does not exist. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_PARTITION_ALREADY_EXISTS"> <summary> Cannot create the partition for the virtualization infrastructure driver because another partition with the same name already exists. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_MESSAGE_QUEUE_NAME_TOO_LONG"> <summary> The message queue name of the virtualization infrastructure driver exceeds the maximum. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_PARTITION_NAME_TOO_LONG"> <summary> The partition name of the virtualization infrastructure driver exceeds the maximum. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_INVALID_OBJECT_NAME"> <summary> The name of the partition or message queue for the virtualization infrastructure driver is invalid. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_HANDLER_NOT_PRESENT"> <summary> No handler exists to handle the message for the virtualization infrastructure driver. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_QUEUE_FULL"> <summary> The message queue for the virtualization infrastructure driver is full and cannot accept new messages. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_TOO_MANY_HANDLERS"> <summary> The number of registered handlers for the virtualization infrastructure driver exceeded the maximum. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_VID_DUPLICATE_HANDLER"> <summary> The handler for the virtualization infrastructure driver is already registered. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_NOT_PRESENT"> <summary> No hypervisor is present on this system. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY_MIRRORING"> <summary> There is not enough contiguous memory in the root partition's pool to complete the mirroring operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INSUFFICIENT_ROOT_MEMORY_MIRRORING"> <summary> There is not enough memory in the root partition's pool to complete the mirroring operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY"> <summary> There is not enough contiguous memory in the root partition's pool to complete the operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INSUFFICIENT_CONTIGUOUS_MEMORY_MIRRORING"> <summary> There is not enough contiguous memory in the hypervisor pool to complete the mirroring operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INSUFFICIENT_MEMORY_MIRRORING"> <summary> There is not enough memory in the hypervisor pool to complete the mirroring operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_MSR_ACCESS_FAILED"> <summary> The requested access to the model specific register failed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_NESTED_VM_EXIT"> <summary> The requested operation would result in a nested vm-exit. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_DEVICE_NOT_IN_DOMAIN"> <summary> The device is not in a device domain. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INSUFFICIENT_CONTIGUOUS_MEMORY"> <summary> There is not enough contiguous memory in the partition's pool to complete the operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_EVENT_BUFFER_ALREADY_FREED"> <summary> The provided event log buffer was already marked as freed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INSUFFICIENT_ROOT_MEMORY"> <summary> There is not enough memory in the root partition's pool to complete the operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE"> <summary> The hypervisor could not perform the operation because it is not allowed with nested virtualization active. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_OPERATION_FAILED"> <summary> The requested operation failed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_CPU_GROUP_STATE"> <summary> The hypervisor could not perform the operation because the CPU group is entering or in an invalid state. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_CPU_GROUP_ID"> <summary> A CPU group with the specified CPU group Id does not exist. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_PAGE_REQUEST_INVALID"> <summary> The supplied page request specifies a memory access that the guest does not have permissions to perform. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_PENDING_PAGE_REQUESTS"> <summary> The device had pending page requests which were discarded. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_DEVICE_STATE"> <summary> The operation is not allowed in the current device state. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_DEVICE_ID"> <summary> The supplied device ID is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_NX_NOT_DETECTED"> <summary> No execute feature (NX) is not present or not enabled in the BIOS. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_VTL_STATE"> <summary> The supplied virtual trust level is not in the correct state to perform the requested operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_REGISTER_VALUE"> <summary> The supplied register value is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_LP_INDEX"> <summary> The hypervisor could not perform the operation because the specified LP index is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_SMX_ENABLED"> <summary> SMX has been enabled in the BIOS. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_PROCESSOR_STARTUP_TIMEOUT"> <summary> Processor did not respond within the timeout period. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_CPUID_XSAVE_FEATURE_VALIDATION"> <summary> Validation of XSAVE CPUID data of the processor failed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_CPUID_FEATURE_VALIDATION"> <summary> Validation of CPUID data of the processor failed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INSUFFICIENT_DEVICE_DOMAINS"> <summary> The maximum number of domains supported by the platform I/O remapping hardware is currently in use. No domains are available to assign this device to this partition. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INSUFFICIENT_BUFFER"> <summary> The specified buffer was too small to contain all of the requested data. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_FEATURE_UNAVAILABLE"> <summary> A hypervisor feature is not available to the user. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_NO_RESOURCES"> <summary> There are not enough resources to complete the operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INACTIVE"> <summary> The physical connection being used for debugging has not recorded any receive activity since the last operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_NO_DATA"> <summary> An attempt to retrieve debugging data failed because none was available. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_PROXIMITY_DOMAIN_INFO"> <summary> The proximity domain information is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_OBJECT_IN_USE"> <summary> The hypervisor could not perform the operation because the object or value was either already in use or being used for a purpose that would not permit completing the operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_SYNIC_STATE"> <summary> The hypervisor could not complete the operation because a required feature of the synthetic interrupt controller (SynIC) was disabled. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_SAVE_RESTORE_STATE"> <summary> The indicated partition is not in a valid state for saving or restoring. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_ACKNOWLEDGED"> <summary> The previous virtual interrupt has already been acknowledged. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_VP_STATE"> <summary> A virtual processor is not in the correct state for the indicated operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_NOT_ACKNOWLEDGED"> <summary> The previous virtual interrupt has not been acknowledged. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INSUFFICIENT_BUFFERS"> <summary> Not enough buffers were supplied to send a message. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_CONNECTION_ID"> <summary> The hypervisor could not perform the operation because the specified connection identifier is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_PORT_ID"> <summary> The hypervisor could not perform the operation because the specified port identifier is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_VP_INDEX"> <summary> The hypervisor could not perform the operation because the specified VP index is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_PARTITION_ID"> <summary> A partition with the specified partition Id does not exist. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_PARTITION_TOO_DEEP"> <summary> The maximum partition depth has been exceeded for the partition hierarchy. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INSUFFICIENT_MEMORY"> <summary> There is not enough memory in the hypervisor pool to complete the operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_PROPERTY_VALUE_OUT_OF_RANGE"> <summary> The specified value of a partition property is out of range or violates an invariant. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_UNKNOWN_PROPERTY"> <summary> The hypervisor does not recognize the specified partition property. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_OPERATION_DENIED"> <summary> The operation is not allowed in the current state. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_PARTITION_STATE"> <summary> The hypervisor could not perform the operation because the partition is entering or in an invalid state. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_ACCESS_DENIED"> <summary> Access to the specified object was denied. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_PARAMETER"> <summary> The hypervisor could not perform the operation because an invalid parameter was specified. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_ALIGNMENT"> <summary> The hypervisor could not perform the operation because a parameter has an invalid alignment. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_HYPERCALL_INPUT"> <summary> The hypervisor does not support the operation because the encoding for the hypercall input register is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_HV_INVALID_HYPERCALL_CODE"> <summary> The hypervisor does not support the operation because the specified hypercall code is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_OFFLOAD_PATH_REJECTED"> <summary> The IP Path object is not in an offloadable state. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_OFFLOAD_CONNECTION_REJECTED"> <summary> The TCP connection is not offloadable by the Chimney Offload target. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_OFFLOAD_POLICY"> <summary> The TCP connection is not offloadable because of a local policy setting. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_INDICATION_REQUIRED"> <summary> The request will be completed later by NDIS status indication. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_DOT11_AP_BAND_NOT_ALLOWED"> <summary> The wireless local area network interface cannot start an AP on this band due to regulatory reasons. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED"> <summary> The wireless local area network interface cannot start an AP on this channel due to regulatory reasons. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE"> <summary> The wireless local area network interface cannot start an AP on the specified band right now. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE"> <summary> The wireless local area network interface cannot start an AP on the specified channel right now. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL"> <summary> The list of low power protocol offloads is full. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_PM_WOL_PATTERN_LIST_FULL"> <summary> The list of wake on LAN patterns is full. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_DOT11_POWER_STATE_INVALID"> <summary> The wireless local area network interface is powered down and doesn't support the requested operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_DOT11_MEDIA_IN_USE"> <summary> The wireless local area network interface is busy and can not perform the requested operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_DOT11_AUTO_CONFIG_ENABLED"> <summary> The wireless local area network interface is in auto configuration mode and doesn't support the requested parameter change operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_NO_QUEUES"> <summary> There are not enough queues to complete the operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_REINIT_REQUIRED"> <summary> This operation requires the miniport adapter to be reinitialized. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_LOW_POWER_STATE"> <summary> The miniport adapter is in low power state. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_INVALID_PORT_STATE"> <summary> The current state of the specified port on this network interface does not support the requested operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_INVALID_PORT"> <summary> The specified port does not exist on this network interface. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_UNSUPPORTED_REVISION"> <summary> The revision number specified in the structure is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_INTERFACE_NOT_FOUND"> <summary> Network interface was not found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_PAUSED"> <summary> The offload operation on the network interface has been paused. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_INVALID_DEVICE_REQUEST"> <summary> The specified request is not a valid operation for the target device. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_INVALID_ADDRESS"> <summary> The network address used in the request is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_MEDIA_DISCONNECTED"> <summary> The I/O operation failed because network media is disconnected or wireless access point is out of range. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_RESOURCE_CONFLICT"> <summary> An attempt to allocate a hardware resource failed because the resource is used by another component. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_ALREADY_MAPPED"> <summary> An attempt was made to map a file that is alreay mapped. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_ERROR_READING_FILE"> <summary> An error occurred while NDIS tried to map the file. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_FILE_NOT_FOUND"> <summary> An attempt was made to map a file that can not be found. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_GROUP_ADDRESS_IN_USE"> <summary> An attempt was made to remove a token ring group address that is in use by other components. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_UNSUPPORTED_MEDIA"> <summary> Network interface does not support this media type. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_ADAPTER_REMOVED"> <summary> The network interface has been removed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_INVALID_OID"> <summary> Network interface does not support this OID (Object Identifier) </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_BUFFER_TOO_SHORT"> <summary> The length of buffer submitted for this operation is too small. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_INVALID_DATA"> <summary> The data used for this operation is not valid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_INVALID_LENGTH"> <summary> The length of the buffer submitted for this operation is not valid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_ADAPTER_NOT_READY"> <summary> Network interface is not ready to complete this operation. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_INVALID_PACKET"> <summary> An attempt was made to send an invalid packet on a network interface. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_NOT_SUPPORTED"> <summary> Netword interface does not support this request. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_RESET_IN_PROGRESS"> <summary> Network interface can not process the request because it is being reset. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_REQUEST_ABORTED"> <summary> Netowork interface aborted the request. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_MULTICAST_NOT_FOUND"> <summary> At attempt was made to remove a multicast address that was never added. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_MULTICAST_EXISTS"> <summary> An attempt was made to add a duplicate multicast address to the list. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_MULTICAST_FULL"> <summary> The multicast list on the network interface is full. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_DEVICE_FAILED"> <summary> Network interface has encountered an internal unrecoverable failure. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_OPEN_FAILED"> <summary> Failed to open the network interface. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_ADAPTER_NOT_FOUND"> <summary> Failed to find the network interface or network interface is not ready. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_BAD_CHARACTERISTICS"> <summary> An invalid characteristics table was used. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_BAD_VERSION"> <summary> An invalid version was specified. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.ERROR_NDIS_INTERFACE_CLOSING"> <summary> The binding to the network interface is being closed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_SECURITY_SYSTEM_FAILURE"> <summary> A security operation failed in the Windows Web Services framework. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_SECURITY_TOKEN_EXPIRED"> <summary> A security token was rejected by the server because it has expired. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_OTHER"> <summary> Unrecognized error occurred in the Windows Web Services framework. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_INVALID_ENDPOINT_URL"> <summary> The endpoint address URL is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_SERVER_REQUIRES_NEGOTIATE_AUTH"> <summary> The remote endpoint requires HTTP authentication scheme 'negotiate'. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_SERVER_REQUIRES_NTLM_AUTH"> <summary> The remote endpoint requires HTTP authentication scheme 'NTLM'. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_SERVER_REQUIRES_DIGEST_AUTH"> <summary> The remote endpoint requires HTTP authentication scheme 'digest'. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_SERVER_REQUIRES_BASIC_AUTH"> <summary> The remote endpoint requires HTTP authentication scheme 'basic'. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_PROXY_REQUIRES_NEGOTIATE_AUTH"> <summary> The HTTP proxy server requires HTTP authentication scheme 'negotiate'. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_PROXY_REQUIRES_NTLM_AUTH"> <summary> The HTTP proxy server requires HTTP authentication scheme 'NTLM'. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_PROXY_REQUIRES_DIGEST_AUTH"> <summary> The HTTP proxy server requires HTTP authentication scheme 'digest'. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_PROXY_REQUIRES_BASIC_AUTH"> <summary> The HTTP proxy server requires HTTP authentication scheme 'basic'. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_NOT_SUPPORTED"> <summary> The requested feature is not available on this platform. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_PROXY_ACCESS_DENIED"> <summary> Access was denied by the HTTP proxy server. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_PROXY_FAILURE"> <summary> The HTTP proxy server could not process the request. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_ENDPOINT_DISCONNECTED"> <summary> The connection with the remote endpoint was terminated. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_ENDPOINT_FAULT_RECEIVED"> <summary> A message containing a fault was received from the remote endpoint. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_ENDPOINT_TOO_BUSY"> <summary> The remote endpoint is unable to process the request due to being overloaded. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_ENDPOINT_ACTION_NOT_SUPPORTED"> <summary> The operation was not supported by the remote endpoint. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_ENDPOINT_UNREACHABLE"> <summary> The remote endpoint was not reachable. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_ENDPOINT_FAILURE"> <summary> The remote endpoint could not process the request. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_ENDPOINT_NOT_AVAILABLE"> <summary> The remote endpoint is not currently in service at this location. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_ENDPOINT_NOT_FOUND"> <summary> The remote endpoint does not exist or could not be located. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_ADDRESS_NOT_AVAILABLE"> <summary> The address is not valid for this context. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_ADDRESS_IN_USE"> <summary> The address is already being used. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_SECURITY_VERIFICATION_FAILURE"> <summary> Security verification was not successful for the received data. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_NO_TRANSLATION_AVAILABLE"> <summary> The information was not available in the specified language. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_QUOTA_EXCEEDED"> <summary> A quota was exceeded. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_OPERATION_ABANDONED"> <summary> The operation was abandoned. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_OPERATION_TIMED_OUT"> <summary> The operation did not complete within the time allotted. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_ENDPOINT_ACCESS_DENIED"> <summary> Access was denied by the remote endpoint. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_OPERATION_ABORTED"> <summary> The operation was aborted. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_INVALID_OPERATION"> <summary> The operation is not allowed due to the current state of the object. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_NUMERIC_OVERFLOW"> <summary> The operation could not be completed because it would lead to numeric overflow. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_OBJECT_FAULTED"> <summary> The operation could not be completed because the object is in a faulted state due to a previous error. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_E_INVALID_FORMAT"> <summary> The input data was not in the expected format or did not have the expected value. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_S_END"> <summary> There are no more messages available on the channel. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.WS_S_ASYNC"> <summary> The function call is completing asynchronously. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_DROP_NOICMP"> <summary> The packet should be dropped, no ICMP should be sent. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_IKEEXT_NOT_RUNNING"> <summary> The IKEEXT service is not running. This service only runs when there is IPsec policy applied to the machine. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_STILL_ON"> <summary> The engine option is still enabled due to other configuration settings. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_DNS_NAME"> <summary> The DNS name is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_CONNECTIONS_DISABLED"> <summary> The BFE IPsec Connection Tracking is disabled. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_KEY_DICTATION_INVALID_KEYING_MATERIAL"> <summary> A key manager dictated invalid keys </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_KEY_DICTATOR_ALREADY_REGISTERED"> <summary> A key manager capable of key dictation is already registered </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_L2_DRIVER_NOT_READY"> <summary> The WFP MAC Layers are not ready. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_TUNNEL_ENDPOINT"> <summary> A tunnel endpoint configuration is invalid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_DUPLICATE_AUTH_METHOD"> <summary> A policy cannot contain the same auth method more than once. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_TRANSFORM_COMBINATION"> <summary> The combination of IPsec transform types is not valid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INCOMPATIBLE_CIPHER_TRANSFORM"> <summary> The IPsec cipher transform is not compatible with the policy. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_CIPHER_TRANSFORM"> <summary> The IPsec cipher transform is not valid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_AUTH_TRANSFORM"> <summary> The IPsec authentication transform is not valid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_CALLOUT_NOTIFICATION_FAILED"> <summary> The notification function for a callout returned an error. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_TOO_MANY_SUBLAYERS"> <summary> The maximum number of sublayers has been reached. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_PARAMETER"> <summary> The parameter is incorrect. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_PROVIDER_CONTEXT_MISMATCH"> <summary> The provider context is of the wrong type. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_NEVER_MATCH"> <summary> The enumeration template or subscription will never match any objects. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_EM_NOT_SUPPORTED"> <summary> An IKE policy cannot contain an Extended Mode policy. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INCOMPATIBLE_DH_GROUP"> <summary> The Diffie-Hellman group is not compatible with the policy type. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INCOMPATIBLE_AUTH_METHOD"> <summary> The authentication method is not compatible with the policy type. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_CONTEXT_INCOMPATIBLE_WITH_CALLOUT"> <summary> The raw context or the provider context is not compatible with the callout. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_CONTEXT_INCOMPATIBLE_WITH_LAYER"> <summary> The raw context or the provider context is not compatible with the layer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_ACTION_INCOMPATIBLE_WITH_SUBLAYER"> <summary> The action type is not compatible with the sublayer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_ACTION_INCOMPATIBLE_WITH_LAYER"> <summary> The action type is not compatible with the layer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_DUPLICATE_KEYMOD"> <summary> A policy cannot contain the same keying module more than once. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_DUPLICATE_CONDITION"> <summary> A filter cannot contain multiple conditions operating on a single field. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_RESERVED"> <summary> A reserved field is non-zero. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_OUT_OF_BOUNDS"> <summary> An integer value is outside the allowed range. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_TYPE_MISMATCH"> <summary> An FWP_VALUE or FWPM_CONDITION_VALUE is of the wrong type. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_MATCH_TYPE_MISMATCH"> <summary> A filter condition contains a match type that is not compatible with the operands. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_WEIGHT"> <summary> The filter weight is not valid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_ACTION_TYPE"> <summary> The action type is not one of the allowed action types for a filter. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_NULL_DISPLAY_NAME"> <summary> The displayData.name field cannot be null. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_ZERO_LENGTH_ARRAY"> <summary> An array that must contain at least one element is zero length. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_INTERVAL"> <summary> The time interval is not valid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_RANGE"> <summary> An FWP_RANGE is not valid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_NET_MASK"> <summary> A network mask is not valid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_FLAGS"> <summary> The flags field contains an invalid value. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INVALID_ENUMERATOR"> <summary> An enumerator is not valid. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_NULL_POINTER"> <summary> A required pointer is null. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INCOMPATIBLE_SA_STATE"> <summary> The call is not allowed for the current security association state. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_TRAFFIC_MISMATCH"> <summary> The traffic parameters do not match those for the security association context. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_NOTIFICATION_DROPPED"> <summary> A notification could not be delivered because a message queue is at its maximum capacity. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_TOO_MANY_CALLOUTS"> <summary> The maximum number of callouts has been reached. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_BUILTIN_OBJECT"> <summary> The object is built in so cannot be deleted. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_LIFETIME_MISMATCH"> <summary> The call tried to associate two objects with incompatible lifetimes. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_KM_CLIENTS_ONLY"> <summary> The call is allowed for kernel-mode callers only. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INCOMPATIBLE_LAYER"> <summary> The operation is not supported by the specified layer. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_NET_EVENTS_DISABLED"> <summary> Collection of network diagnostic events is disabled. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_TIMEOUT"> <summary> The call timed out while waiting to acquire the transaction lock. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_INCOMPATIBLE_TXN"> <summary> The call is not allowed from within a read-only transaction. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_SESSION_ABORTED"> <summary> The session has been cancelled. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_TXN_ABORTED"> <summary> The explicit transaction has been forcibly cancelled. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_TXN_IN_PROGRESS"> <summary> The call is not allowed from within an explicit transaction. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_NO_TXN_IN_PROGRESS"> <summary> The call must be made from within an explicit transaction. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_WRONG_SESSION"> <summary> The call was made from the wrong session so cannot be completed. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_DYNAMIC_SESSION_IN_PROGRESS"> <summary> The call is not allowed from within a dynamic session. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_IN_USE"> <summary> The object is referenced by other objects so cannot be deleted. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_ALREADY_EXISTS"> <summary> An object with that GUID or LUID already exists. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_NOT_FOUND"> <summary> The object does not exist. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_SUBLAYER_NOT_FOUND"> <summary> The sublayer does not exist. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_PROVIDER_CONTEXT_NOT_FOUND"> <summary> The provider context does not exist. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_PROVIDER_NOT_FOUND"> <summary> The provider does not exist. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_LAYER_NOT_FOUND"> <summary> The layer does not exist. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_FILTER_NOT_FOUND"> <summary> The filter does not exist. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_CONDITION_NOT_FOUND"> <summary> The filter condition does not exist. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FWP_E_CALLOUT_NOT_FOUND"> <summary> The callout does not exist. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_METADATA_FULL"> <summary> This operation cannot be completed because BitLocker Drive Encryption metadata area is full. Consider removing unnecessary key protectors for this drive. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DATASET_FULL"> <summary> This operation cannot be completed because dataset is full. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_AAD_SERVER_FAIL_BACKOFF"> <summary> The AAD request has failed due to server issues and it has been advised to backoff to prevent throttling. Device will retry soon. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_AAD_SERVER_FAIL_RETRY_AFTER"> <summary> The AAD request has failed and it has been advised to backoff to prevent throttling. Device will retry soon. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_UPDATE_INVALID_CONFIG"> <summary> The Secure Boot update was not applied due to a known incompatibility with the current BitLocker configuration. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_TPM_CONTEXT_SETUP_NOT_SUPPORTED"> <summary> Creating new TPM context is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_SETUP_TPM_CALLBACK_NOT_SUPPORTED"> <summary> Registeration for TPM callback is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_PREDICTED_TPM_PROTECTOR_NOT_SUPPORTED"> <summary> Adding BitLocker predicted TPM based protector is not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_POLICY_ON_RDV_EXCLUSION_LIST"> <summary> This removable data drive has been excluded from device encryption by BitLocker Drive Encryption policy. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_EDRIVE_BAND_ENUMERATION_FAILED"> <summary> BitLocker can't enable encryption on this hardware encrypting drive volume because the drive bands couldn't be enumerated. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_INVALID_NBP_CERT"> <summary> An invalid certificate has been found in the Network Boot Protector certificate store. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_AAD_ENDPOINT_BUSY"> <summary> BitLocker recovery key backup endpoint is busy and cannot perform requested operation. Please retry after sometime. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DEVICE_NOT_JOINED"> <summary> BitLocker recovery password key rotation could not be performed because the device is neither Azure AD joined nor Hybrid Azure AD joined. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_KEY_ROTATION_NOT_ENABLED"> <summary> BitLocker recovery password key rotation policy is not enabled. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_EXECUTE_REQUEST_SENT_TOO_SOON"> <summary> A server issued BitLocker recovery password rotation was denied because requests must be 15 minutes apart. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_KEY_ROTATION_NOT_SUPPORTED"> <summary> BitLocker recovery password rotation not supported. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_REMOVABLE_DRIVE"> <summary> BitLocker recovery password rotation cannot be performed because backup policy for BitLocker recovery information is not set to required for removable data drives </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_FIXED_DRIVE"> <summary> BitLocker recovery password rotation cannot be performed because backup policy for BitLocker recovery information is not set to required for fixed data drives. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_OS_DRIVE"> <summary> BitLocker recovery password rotation cannot be performed because backup policy for BitLocker recovery information is not set to required for the OS drive. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_OSV_KSR_NOT_ALLOWED"> <summary> BitLocker Drive Encryption policy does not allow KSR operation with protected OS volume. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_PROTECTION_CANNOT_BE_DISABLED"> <summary> BitLocker can't be suspended on this drive until the next restart. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NOT_DE_VOLUME"> <summary> This action isn't supported because this drive isn't automatically managed with device encryption. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT"> <summary> Device encryption can't be turned off while this drive is being encrypted. Please try again later. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_ADBACKUP_NOT_ENABLED"> <summary> Group policy prevents you from backing up your recovery password to Active Directory for this drive type. For more info, contact your system administrator. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_EOW_NOT_SUPPORTED_IN_VERSION"> <summary> The encrypt on write mode for BitLocker is not supported in this version of Windows. You can turn on BitLocker without using the encrypt on write mode. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DE_VOLUME_NOT_SUPPORTED"> <summary> Device encryption isn't available for this drive. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DE_VOLUME_OPTED_OUT"> <summary> This drive has been opted out of device encryption. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DE_PREVENTED_FOR_OS"> <summary> Device encryption is currently blocked by this PC's configuration. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NO_SUCH_CAPABILITY_ON_TARGET"> <summary> The target of an invocation does not support requested capability. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_BUFFER_TOO_LARGE"> <summary> The input buffer is too large. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DEVICELOCKOUT_COUNTER_MISMATCH"> <summary> Device Lockout state validation failed due to counter mismatch. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DEVICE_LOCKOUT_COUNTER_UNAVAILABLE"> <summary> BitLocker cannot use hardware replay protection because no counter is available on your PC. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_INVALID_PIN_CHARS_DETAILED"> <summary> Your PIN can only contain numbers from 0 to 9. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DE_PROTECTION_NOT_YET_ENABLED"> <summary> Protection has not been enabled on the volume. Enabling protection requires a connected account. If you already have a connected account and are seeing this error, please refer to the event log for more information. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DE_DEVICE_LOCKEDOUT"> <summary> Device Lock has been triggered due to too many incorrect password attempts. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DE_OS_VOLUME_NOT_PROTECTED"> <summary> This PC is not provisioned to support device encryption. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DE_PROTECTION_SUSPENDED"> <summary> Protection is enabled on the volume but has been suspended. This is likely to have happened due to an update being applied to your system. Please try again after a reboot. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DE_WINRE_NOT_CONFIGURED"> <summary> This PC cannot support device encryption because WinRE is not properly configured. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DE_HARDWARE_NOT_COMPLIANT"> <summary> This PC does not meet the hardware requirements to support device encryption. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_DE_FIXED_DATA_NOT_SUPPORTED"> <summary> This PC cannot support device encryption because unencrypted fixed data volumes are present. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_NOT_PROVISIONED_ON_ALL_VOLUMES"> <summary> This PC is not provisioned to support device encryption. Please enable BitLocker on all volumes to comply with device encryption policy. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_LIVEID_ACCOUNT_BLOCKED"> <summary> BitLocker cannot save the recovery password because the specified Microsoft account is Blocked. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_LIVEID_ACCOUNT_SUSPENDED"> <summary> BitLocker cannot save the recovery password because the specified Microsoft account is Suspended. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_PASSPHRASE_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED"> <summary> You must be logged on with an administrator account to change the password. Click the link to reset the password as an administrator. </summary> </member> <member name="F:SharpSvn.SvnWindowsErrorCode.FVE_E_PROTECTOR_CHANGE_MA |