Amazon.ApplicationAutoScaling.Model.ObjectNotFoundException.ObjectNotFoundException C# (CSharp) Method

ObjectNotFoundException() public method

Construct instance of ObjectNotFoundException
public ObjectNotFoundException ( Exception innerException ) : System
innerException System.Exception
return System
        public ObjectNotFoundException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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