C# 클래스 TypeHasMultipleLifecycleAttributes, Runtime

Exception that gets thrown when a Type has multiple lifecycle attributes.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
TypeHasMultipleLifecycleAttributes ( Type, type ) : System,

Initializes a new instance of the TypeHasMultipleLifecycleAttributes class.

메소드 상세

TypeHasMultipleLifecycleAttributes() 공개 메소드

Initializes a new instance of the TypeHasMultipleLifecycleAttributes class.
public TypeHasMultipleLifecycleAttributes ( Type, type ) : System,
type Type, The type that has multiple lifecycle attributes.
리턴 System,