Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​ComponentModel.​Design.​CheckoutException

Assembly: System.ComponentModel.TypeConverter

Inheritance: object → ExceptionSystemExceptionRuntime.​InteropServices.​ExternalException → CheckoutException

Implemented Interfaces

The exception that is thrown when an attempt to check out a file that is checked into a source code management program is canceled or fails.

Fields and Constants

public static readonly CheckoutException
Canceled
Initializes a new instance of the <see cref="T:System.ComponentModel.Design.CheckoutException" /> class that specifies that the check out was canceled. This field is read-only.

Properties

public int
ErrorCode
public string
HelpLink
public int
HResult
public Exception
InnerException
public string
Message
public string
Source
public string
StackTrace
TargetSite

Methods

public string
ToString​()
public Exception
GetBaseException​()
Inherited from Exception
public Type
GetType​()
Inherited from Exception
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object