메소드 | 설명 | |
---|---|---|
ServiceException ( ) : System |
默认的构造函数。
|
|
ServiceException ( string message, int code, |
使用指定的错误消息和错误的响应状态码初始化 ServiceException 类的新实例。
|
public ServiceException ( string message, int code, |
||
message | string | 错误消息。 |
code | int | 响应状态码。 |
innerException | 嵌套异常。 | |
리턴 | System |