Method | Description | |
---|---|---|
TemplateCompilerNotFoundException ( ) : System |
Initializes a new instance of the T:TemplateCompilerNotFoundException class
|
|
TemplateCompilerNotFoundException ( string message ) : System |
Initializes a new instance of the T:TemplateCompilerNotFoundException class
|
|
TemplateCompilerNotFoundException ( string message, |
Initializes a new instance of the T:TemplateCompilerNotFoundException class
|
Method | Description | |
---|---|---|
TemplateCompilerNotFoundException ( System info, System context ) : System |
Initializes a new instance of the T:TemplateCompilerNotFoundException class
|
public TemplateCompilerNotFoundException ( ) : System | ||
return | System |
protected TemplateCompilerNotFoundException ( System info, System context ) : System | ||
info | System | The object that holds the serialized object data. |
context | System | The contextual information about the source or destination. |
return | System |
public TemplateCompilerNotFoundException ( string message ) : System | ||
message | string | A |
return | System |
public TemplateCompilerNotFoundException ( string message, |
||
message | string | A |
inner | The exception that is the cause of the current exception. | |
return | System |