Initializes a new instance of the CheckoutException class with no associated message or error code.
[Visual Basic] Overloads Public Sub New() [C#] public CheckoutException(); [C++] public: CheckoutException(); [JScript] public function CheckoutException();
This exception should be thrown when an edit has been attempted on a file that has not been checked out of a source code control program.
CheckoutException Class | CheckoutException Members | System.ComponentModel.Design Namespace | CheckoutException Constructor Overload List