Метод | Описание | |
---|---|---|
ListenerNotFoundException ( |
Construct instance of ListenerNotFoundException
|
|
ListenerNotFoundException ( string message ) : System |
Constructs a new ListenerNotFoundException with the specified error message.
|
|
ListenerNotFoundException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System |
Construct instance of ListenerNotFoundException
|
|
ListenerNotFoundException ( string message, |
Construct instance of ListenerNotFoundException
|
|
ListenerNotFoundException ( string message, |
Construct instance of ListenerNotFoundException
|
Метод | Описание | |
---|---|---|
ListenerNotFoundException ( System info, System context ) : System |
Constructs a new instance of the ListenerNotFoundException class with serialized data.
|
public ListenerNotFoundException ( |
||
innerException | ||
Результат | System |
protected ListenerNotFoundException ( System info, System context ) : System | ||
info | System | The |
context | System | The |
Результат | System |
public ListenerNotFoundException ( string message ) : System | ||
message | string | /// Describes the error encountered. /// |
Результат | System |
public ListenerNotFoundException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System | ||
message | string | |
errorType | ErrorType | |
errorCode | string | |
requestId | string | |
statusCode | HttpStatusCode | |
Результат | System |
public ListenerNotFoundException ( string message, |
||
message | string | |
innerException | ||
Результат | System |
public ListenerNotFoundException ( string message, |
||
message | string | |
innerException | ||
errorType | ErrorType | |
errorCode | string | |
requestId | string | |
statusCode | HttpStatusCode | |
Результат | System |