다음을 통해 공유


ServiceVersionMismatchException 클래스

 

서비스 버전이 같지 않을 때 throw되는 예외입니다.

네임스페이스:   Microsoft.Workflow.Client
어셈블리:  Microsoft.Workflow.Client.dll의 Microsoft.Workflow.Client

상속 계층 구조

System.Object
  System.Exception
    Microsoft.Workflow.Client.WorkflowManagementException
      Microsoft.Workflow.Client.ServiceVersionMismatchException

구문

[SerializableAttribute]
public class ServiceVersionMismatchException : WorkflowManagementException
[SerializableAttribute]
public ref class ServiceVersionMismatchException : WorkflowManagementException
[<SerializableAttribute>]
type ServiceVersionMismatchException = 
    class
        inherit WorkflowManagementException
    end
<SerializableAttribute>
Public Class ServiceVersionMismatchException
    Inherits WorkflowManagementException

생성자

이름 설명
System_CAPS_protmethod ServiceVersionMismatchException(SerializationInfo, StreamingContext)

ServiceVersionMismatchException 클래스의 새 인스턴스를 초기화합니다.

System_CAPS_pubmethod ServiceVersionMismatchException(String)

ServiceVersionMismatchException 클래스의 새 인스턴스를 초기화합니다.

System_CAPS_pubmethod ServiceVersionMismatchException(String, Exception)

ServiceVersionMismatchException 클래스의 새 인스턴스를 초기화합니다.

속성

이름 설명
System_CAPS_pubproperty ActualVersion

실제 서비스 버전을 가져오거나 설정합니다.

System_CAPS_pubproperty Data

(Exception에서 상속됨.)

System_CAPS_pubproperty ExpectedVersion

예상 서비스 버전을 가져오거나 설정합니다.

System_CAPS_pubproperty HelpLink

(Exception에서 상속됨.)

System_CAPS_pubproperty HResult

(Exception에서 상속됨.)

System_CAPS_pubproperty InnerException

(Exception에서 상속됨.)

System_CAPS_pubproperty Message

(Exception에서 상속됨.)

System_CAPS_pubproperty Source

(Exception에서 상속됨.)

System_CAPS_pubproperty StackTrace

(Exception에서 상속됨.)

System_CAPS_pubproperty TargetSite

(Exception에서 상속됨.)

메서드

이름 설명
System_CAPS_pubmethod Equals(Object)

(Object에서 상속됨.)

System_CAPS_protmethod Finalize()

(Object에서 상속됨.)

System_CAPS_pubmethod GetBaseException()

(Exception에서 상속됨.)

System_CAPS_pubmethod GetHashCode()

(Object에서 상속됨.)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

예외에 대한 직렬화된 정보를 가져옵니다.(Exception.GetObjectData(SerializationInfo, StreamingContext)을(를) 재정의함)

System_CAPS_pubmethod GetType()

(Exception에서 상속됨.)

System_CAPS_protmethod MemberwiseClone()

(Object에서 상속됨.)

System_CAPS_pubmethod ToString()

(Exception에서 상속됨.)

이벤트

이름 설명
System_CAPS_protevent SerializeObjectState

(Exception에서 상속됨.)

스레드로부터의 안전성

이 형식의 모든 public static (Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

Microsoft.Workflow.Client 네임스페이스

맨 위로 이동