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

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

Construct instance of NotFoundException
public NotFoundException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public NotFoundException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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