CheckoutException 클래스

정의

소스 코드 관리 프로그램에 체크 인된 파일을 체크 아웃하려는 경우 체크 아웃 작업이 취소되거나 실패했을 때 throw된 예외입니다.

public ref class CheckoutException : System::Runtime::InteropServices::ExternalException
public class CheckoutException : System.Runtime.InteropServices.ExternalException
[System.Serializable]
public class CheckoutException : System.Runtime.InteropServices.ExternalException
type CheckoutException = class
    inherit ExternalException
[<System.Serializable>]
type CheckoutException = class
    inherit ExternalException
Public Class CheckoutException
Inherits ExternalException
상속
특성

예제

다음 코드 예제에서는 throw 하는 방법을 보여 줍니다는 합니다 CheckoutException.

// Throws a checkout exception with a message and error code.
throw gcnew CheckoutException( "This is an example exception", 0 );
// Throws a checkout exception with a message and error code.
throw new CheckoutException("This is an example exception", 0);
' Throws a checkout exception with a message and error code.
Throw New CheckoutException("This is an example exception", 0)

생성자

CheckoutException()

관련된 메시지나 오류 코드가 없는 CheckoutException 클래스의 새 인스턴스를 초기화합니다.

CheckoutException(SerializationInfo, StreamingContext)
사용되지 않음.

지정된 serialization 데이터와 컨텍스트를 사용하여 CheckoutException 클래스의 새 인스턴스를 초기화합니다.

CheckoutException(String)

지정된 메시지를 사용하여 CheckoutException 클래스의 새 인스턴스를 초기화합니다.

CheckoutException(String, Exception)

지정된 예외 및 자세한 설명을 사용하여 CheckoutException 클래스의 새 인스턴스를 초기화합니다.

CheckoutException(String, Int32)

지정된 메시지와 오류 코드를 사용하여 CheckoutException 클래스의 새 인스턴스를 초기화합니다.

필드

Canceled

체크 아웃이 취소되었음을 나타내는 CheckoutException 클래스의 새 인스턴스를 초기화합니다. 이 필드는 읽기 전용입니다.

속성

Data

예외에 대한 사용자 정의 정보를 추가로 제공하는 키/값 쌍 컬렉션을 가져옵니다.

(다음에서 상속됨 Exception)
ErrorCode

오류의 HRESULT를 가져옵니다.

(다음에서 상속됨 ExternalException)
HelpLink

이 예외와 연결된 도움말 파일에 대한 링크를 가져오거나 설정합니다.

(다음에서 상속됨 Exception)
HResult

특정 예외에 할당된 코드화된 숫자 값인 HRESULT를 가져오거나 설정합니다.

(다음에서 상속됨 Exception)
InnerException

현재 예외를 발생시킨 Exception 인스턴스를 가져옵니다.

(다음에서 상속됨 Exception)
Message

현재 예외를 설명하는 메시지를 가져옵니다.

(다음에서 상속됨 Exception)
Source

오류를 발생시키는 애플리케이션 또는 개체의 이름을 가져오거나 설정합니다.

(다음에서 상속됨 Exception)
StackTrace

호출 스택의 직접 실행 프레임 문자열 표현을 가져옵니다.

(다음에서 상속됨 Exception)
TargetSite

현재 예외를 throw하는 메서드를 가져옵니다.

(다음에서 상속됨 Exception)

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetBaseException()

파생 클래스에서 재정의된 경우 하나 이상의 후속 예외의 근본 원인이 되는 Exception 을 반환합니다.

(다음에서 상속됨 Exception)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetObjectData(SerializationInfo, StreamingContext)
사용되지 않음.

파생 클래스에서 재정의된 경우 예외에 관한 정보를 SerializationInfo 에 설정합니다.

(다음에서 상속됨 Exception)
GetType()

현재 인스턴스의 런타임 형식을 가져옵니다.

(다음에서 상속됨 Exception)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

오류의 HRESULT가 들어 있는 문자열을 반환합니다.

(다음에서 상속됨 ExternalException)

이벤트

SerializeObjectState
사용되지 않음.

예외에 대한 serialize된 데이터가 들어 있는 예외 상태 개체가 만들어지도록 예외가 serialize될 때 발생합니다.

(다음에서 상속됨 Exception)

적용 대상