Method | Description | |
---|---|---|
SourceNotFoundException ( |
Construct instance of SourceNotFoundException
|
|
SourceNotFoundException ( string message ) : System |
Constructs a new SourceNotFoundException with the specified error message.
|
|
SourceNotFoundException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System |
Construct instance of SourceNotFoundException
|
|
SourceNotFoundException ( string message, |
Construct instance of SourceNotFoundException
|
|
SourceNotFoundException ( string message, |
Construct instance of SourceNotFoundException
|
Method | Description | |
---|---|---|
SourceNotFoundException ( System info, System context ) : System |
Constructs a new instance of the SourceNotFoundException class with serialized data.
|
public SourceNotFoundException ( |
||
innerException | ||
return | System |
protected SourceNotFoundException ( System info, System context ) : System | ||
info | System | The |
context | System | The |
return | System |
public SourceNotFoundException ( string message ) : System | ||
message | string | /// Describes the error encountered. /// |
return | System |
public SourceNotFoundException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System | ||
message | string | |
errorType | ErrorType | |
errorCode | string | |
requestId | string | |
statusCode | HttpStatusCode | |
return | System |
public SourceNotFoundException ( string message, |
||
message | string | |
innerException | ||
return | System |
public SourceNotFoundException ( string message, |
||
message | string | |
innerException | ||
errorType | ErrorType | |
errorCode | string | |
requestId | string | |
statusCode | HttpStatusCode | |
return | System |