Amazon.Pinpoint.Model.NotFoundException.NotFoundException C# (CSharp) Метод

NotFoundException() публичный Метод

Construct instance of NotFoundException
public NotFoundException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public NotFoundException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

NotFoundException::NotFoundException ( Exception innerException ) : System
NotFoundException::NotFoundException ( System info, System context ) : System
NotFoundException::NotFoundException ( string message ) : System
NotFoundException::NotFoundException ( string message, Exception innerException ) : System
NotFoundException::NotFoundException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
NotFoundException