Instantiates a new instance of ExtensionError.
네임스페이스: Microsoft.Data.Entity.Design.Extensibility
어셈블리: microsoft.data.entity.design.extensibility.dll의 Microsoft.Data.Entity.Design.Extensibility
사용법
구문
‘선언
Public Sub New ( _
message As String, _
errorCode As Integer, _
severity As ExtensionErrorSeverity, _
line As Integer, _
column As Integer _
)
public ExtensionError (
string message,
int errorCode,
ExtensionErrorSeverity severity,
int line,
int column
)
public:
ExtensionError (
String^ message,
int errorCode,
ExtensionErrorSeverity severity,
int line,
int column
)
public ExtensionError (
String message,
int errorCode,
ExtensionErrorSeverity severity,
int line,
int column
)
public function ExtensionError (
message : String,
errorCode : int,
severity : ExtensionErrorSeverity,
line : int,
column : int
)
매개 변수
- message
The message that describes the error.
- errorCode
The error code associated with the error.
- severity
The severity of the error.
- line
The line of the input or output document in which the error occurred.
- column
The column of the input or output document in which the error occurred.
설명
The ExtensionError class is used when building a Visual Studio extension that extends the functionality of the Entity Data Model Designer.
플랫폼
개발 플랫폼
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 및 Windows 2000
대상 플랫폼
참고 항목
참조
ExtensionError 클래스
ExtensionError 멤버
Microsoft.Data.Entity.Design.Extensibility 네임스페이스
기타 리소스
Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions
Extending the Entity Data Model Tools