Method | Description | |
---|---|---|
CompilerException ( ) : System |
Gets or sets the errors. Initializes a new instance of the CompilerException class.
|
|
CompilerException ( |
Initializes a new instance of the CompilerException class.
|
|
CompilerException ( string message ) : System |
Initializes a new instance of the CompilerException class.
|
|
Create ( |
Creates the CompilerException instance from the specified compiler errors.
|
public CompilerException ( |
||
info | The object that holds the serialized object data. | |
context | The contextual information about the source or destination. | |
return | System |
public CompilerException ( string message ) : System | ||
message | string | The message. |
return | System |
public static Create ( |
||
Errors | The compiler errors. | |
hideCompilerWarnings | bool | if set to |
return |