C# Class System.ComponentModel.Design.CheckoutException

Inheritance: System.Runtime.InteropServices.ExternalException
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
Canceled CheckoutException

Public Methods

Method Description
CheckoutException ( ) : Microsoft.Win32
CheckoutException ( string message ) : Microsoft.Win32
CheckoutException ( string message, Exception innerException ) : Microsoft.Win32
CheckoutException ( string message, int errorCode ) : Microsoft.Win32

Protected Methods

Method Description
CheckoutException ( SerializationInfo info, StreamingContext context ) : Microsoft.Win32

Method Details

CheckoutException() public method

public CheckoutException ( ) : Microsoft.Win32
return Microsoft.Win32

CheckoutException() protected method

protected CheckoutException ( SerializationInfo info, StreamingContext context ) : Microsoft.Win32
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return Microsoft.Win32

CheckoutException() public method

public CheckoutException ( string message ) : Microsoft.Win32
message string
return Microsoft.Win32

CheckoutException() public method

public CheckoutException ( string message, Exception innerException ) : Microsoft.Win32
message string
innerException System.Exception
return Microsoft.Win32

CheckoutException() public method

public CheckoutException ( string message, int errorCode ) : Microsoft.Win32
message string
errorCode int
return Microsoft.Win32

Property Details

Canceled public_oe static_oe property

public static CheckoutException,System.ComponentModel.Design Canceled
return CheckoutException