HostingEnvironment 생성자

정의

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

public:
 HostingEnvironment();
public HostingEnvironment ();
Public Sub New ()

예외

HostingEnvironment() 생성자가 두 번 이상 호출되는 경우

설명

HostingEnvironment 생성자는 개체를 HostingEnvironment 초기화합니다. 합니다 HostingEnvironment 생성자가 애플리케이션의 한 번만 호출 ApplicationManager 개체입니다. HostingEnvironment 생성자를 두 번 이상 호출하면 예외가 InvalidOperationException throw됩니다.

적용 대상