Метод | Описание | |
---|---|---|
FileErrorMessage ( |
||
record ( string message ) : void | ||
record ( string message, string origin ) : void | ||
record ( string message, string origin, string type ) : void |
public static FileErrorMessage ( |
||
ex | ||
title | string | |
fileName | string | |
Результат | bool |
public static record ( string message ) : void | ||
message | string | |
Результат | void |
public static record ( string message, string origin ) : void | ||
message | string | |
origin | string | |
Результат | void |
public static record ( string message, string origin, string type ) : void | ||
message | string | |
origin | string | |
type | string | |
Результат | void |