Method TryLoad
TryLoad(string, string)
The same as Load(string, string), except of it returns false instead of throwing an exception if catalog load fails.
Declaration
public bool TryLoad(string filename, string password)
Parameters
Type | Name | Description |
---|---|---|
string | filename | |
string | password |
Returns
Type | Description |
---|---|
bool |