forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIErrorHandler.xml
49 lines (49 loc) · 2.28 KB
/
IErrorHandler.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<Type Name="IErrorHandler" FullName="Microsoft.JScript.IErrorHandler">
<TypeSignature Language="C#" Value="public interface IErrorHandler" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IErrorHandler" />
<TypeSignature Language="DocId" Value="T:Microsoft.JScript.IErrorHandler" />
<AssemblyInfo>
<AssemblyName>Microsoft.JScript</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Runtime.InteropServices.Guid("E93D012C-56BB-4f32-864F-7C75EDA17B14")</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Defines methods to handle errors that occur when code is being parsed.</summary>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
<Members>
<Member MemberName="OnCompilerError">
<MemberSignature Language="C#" Value="public bool OnCompilerError (Microsoft.JScript.IVsaFullErrorInfo error);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance bool OnCompilerError(class Microsoft.JScript.IVsaFullErrorInfo error) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.JScript.IErrorHandler.OnCompilerError(Microsoft.JScript.IVsaFullErrorInfo)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.JScript</AssemblyName>
<AssemblyVersion>10.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="error" Type="Microsoft.JScript.IVsaFullErrorInfo" />
</Parameters>
<Docs>
<param name="error">An object that contains information about the error.</param>
<summary>When implemented in a class, determines how to handle an error that occurs when code is being parsed.</summary>
<returns>
<see langword="false" /> to handle the error; <see langword="true" /> to ignore the error and continue parsing.</returns>
<remarks>To be added.</remarks>
<forInternalUseOnly />
</Docs>
</Member>
</Members>
</Type>