NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CheckoutException Constructor ()

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();

Remarks

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.

See Also

CheckoutException Class | CheckoutException Members | System.ComponentModel.Design Namespace | CheckoutException Constructor Overload List