本文共 1224 字,大约阅读时间需要 4 分钟。
Name | Value | Comments | Member on SR class |
NotAuthorized | You are not authorized, go away |
| String NotAuthorized { get; } |
ArgumentInvalid | Argument {0} is not valid | argumentName | String ArgumentInvalid(object argumentName); |
ConnectionBad | Connection server: {0}, database {1} invalid | server,db | String ConnectionBad(object server, object db); |
OtherStuff | This {0}, is undefined: {1} |
| String OtherStuff(object arg1, object arg2); |
转载地址:http://ktszx.baihongyu.com/