ControlNotFoundException 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
가져온 양식 영역의 Microsoft.Vbe.Interop.Forms.UserForm에 컨트롤이 없을 때 발생하는 오류를 나타냅니다.
public ref class ControlNotFoundException sealed : Microsoft::VisualStudio::Tools::Applications::Runtime::RuntimeException
[System.Diagnostics.DebuggerNonUserCode]
[System.Serializable]
public sealed class ControlNotFoundException : Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
[<System.Diagnostics.DebuggerNonUserCode>]
[<System.Serializable>]
type ControlNotFoundException = class
inherit RuntimeException
Public NotInheritable Class ControlNotFoundException
Inherits RuntimeException
- 상속
- 특성
설명
Microsoft Office Outlook에서 디자인된 양식 영역을 가져오는 경우 가져온 Outlook Form Storage(*.ofs) 파일에 설명된 컨트롤의 이름을 제거하거나 수정하는 경우 이 예외가 발생할 수 있습니다.
Outlook에서 디자이너를 사용하여 가져온 양식 영역에서 컨트롤을 추가, 제거 또는 변경할 수 있습니다. 이 작업을 수행하기 전에 양식 영역 코드 파일에 추가한 코드를 모두 백업합니다. 그런 다음 Outlook에서 .ofs 파일을 열고 양식 영역을 수정한 다음 변경 내용을 저장합니다. 새 Outlook 양식 영역 마법사를 사용하여 수정된 .ofs 파일을 가져옵니다. 그런 다음 새 양식 영역 코드 파일에 코드를 붙여넣을 수 있습니다.
생성자
ControlNotFoundException() |
ControlNotFoundException 클래스의 새 인스턴스를 초기화합니다. |
ControlNotFoundException(Exception) |
가져온 양식 영역의 Microsoft.Vbe.Interop.Forms.UserForm에 컨트롤이 없을 때 발생하는 오류를 나타냅니다. |
ControlNotFoundException(String, Exception) |
가져온 양식 영역의 Microsoft.Vbe.Interop.Forms.UserForm에 컨트롤이 없을 때 발생하는 오류를 나타냅니다. |
ControlNotFoundException(String) |
가져온 양식 영역의 Microsoft.Vbe.Interop.Forms.UserForm에 없는 컨트롤의 이름을 사용하여 ControlNotFoundException 클래스의 새 인스턴스를 초기화합니다. |
속성
Identifier |
가져온 양식 영역의 Microsoft.Vbe.Interop.Forms.UserForm에 없는 컨트롤의 이름을 가져옵니다. |
메서드
GetObjectData(SerializationInfo, StreamingContext) |
가져온 양식 영역의 Microsoft.Vbe.Interop.Forms.UserForm에 컨트롤이 없을 때 발생하는 오류를 나타냅니다. |