Метод | Описание | |
---|---|---|
GetMessage ( ) : string |
Returns the message for this error.
|
|
MismatchedSchemaError ( string objectName, string expected, string actual ) : System |
Creates an instance of a mismatched schema error object.
|
public MismatchedSchemaError ( string objectName, string expected, string actual ) : System | ||
objectName | string | The name of the build item. |
expected | string | The schema to which the directory belongs. |
actual | string | The schema of the object in the script content. |
Результат | System |