您要查找的是不是:
- "短语动词,像get up, catch up with 等都 是很有用的。""Phrasal verb, such as get up, catch up with, etc. Is most useful . "
- 提供的get_authToken消息就是用于那些需要登录的实现的。The get_authToken message is provided to accommodate those implementations that desire a login step.
- "短语动词,像get up, catch up with 等都 是很有用的。""Phrasal verb , such as get up , catch up with , etc. Is most useful . "
- Catch块中的错误筛选Error Filtering in the Catch Block
- GET方法GET method
- 哼,your cat本想catch me.Now I want to catch your cat.
- 获取或设置客户端使用的HTTP数据传输方法(GET或POST)。Gets or sets the HTTP data transfer method (GET or POST) used by the client.
- 如果Try块中发生错误,程序控制权将传递给相应的Catch语句以进行部署。If an error occurs in the Try block, program control is passed to the appropriate Catch statement for disposition.
- 当首次初始化应用程序后(首个GET请求后),将发生以下过程When the application is first initialized (after the first GET request), the following processes occur
- 在END TRY和BEGIN CATCH语句之间放置任何其他语句都将生成语法错误。Including any other statements between the END TRY and BEGIN CATCH statements generates a syntax error.
- 定义属性Get和Set方法Defining the Property Get and Set Methods
- 在嵌套CATCH块中,ERROR_STATE返回引用它的CATCH块范围特有的错误状态。In nested CATCH blocks, ERROR_STATE returns the error state specific to the scope of the CATCH block in which it is referenced.
- Function、Sub、Get、Set或Property语句必须在源代码行中单独出现。A Function, Sub, Get, Set, or Property statement must be alone on a source code line.
- 如果ERROR_STATE在外部CATCH块中运行,它将返回调用该CATCH块的错误状态。If ERROR_STATE is run in the outer CATCH block, it returns the state from the error that invoked that CATCH block.
- 它是get_bindingDetail消息的响应返回。It is returned in response to the get_bindingDetail message.
- 如何:在Catch块中使用特定异常How to: Use Specific Exceptions in a Catch Block
- 为值提供Get和Set方法的。That provides Get and Set methods for the value.
- 应考虑使用局部catch块清理内存Consider using a local catch block to clean up memory
- 若要在页处理期间可以使用查询字符串的值,必须使用HTTP GET命令提交页。In order for query string values to be available during page processing, you must submit the page using an HTTP GET command.
- 可以在表达式中使用此错误代码属性,仅选择要在Catch子句中处理的特定错误。You can use the error code property in the expression to select only the particular error you want to handle in that Catch clause.