Sitecore 5.1.1 API

CompilerException Constructor (CompilerErrorCollection, String)

Constructor.

[Visual Basic]
Overloads Public Sub New( _
   ByVal errors As CompilerErrorCollection, _
   ByVal sourceFile As String _
)
[C#]
public CompilerException(
   CompilerErrorCollection errors,
   string sourceFile
);

See Also

CompilerException Class | Sitecore.CodeDom.Compiler Namespace | CompilerException Constructor Overload List