航行中VHF/DSC设备收到一条遇险报警信息,你可以从()来确认遇险船的国籍.
A. 船名
B. 呼号
C. 海上移动业务识别码
D. C均是
查看答案
您要写下面的名为 CustomException的自定义异常类public class CustomException : ApplicationException { public static int COR_E_ARGUMENT = unchecked((int)0x80070057); public CustomException(string msg) : base(msg) { HResult = COR_E_ARGUMENT; }}您需要编写一段代码,这段代码要使用ustomException 类,并且要迅速返回控制权给COM 调用方法。 您应该使用哪个代码?()
A. return Marshal.GetExceptionForHR(CustomException.COR_E_ARGUMENT);
B. return CustomException.COR_E_ARGUMENT;
C. Marshal.ThrowExceptionForHR(CustomException.COR_E_ARGUMENT);
D. throw new CustomException(“Argument is out of bounds”)
当我们对一个美术字增加封套时可以对美术字形状变形吗()
A. 可以
B. 不可以