Amazon.CodeDeploy.Model.InstanceNotRegisteredException.InstanceNotRegisteredException C# (CSharp) Method

InstanceNotRegisteredException() public method

Constructs a new InstanceNotRegisteredException with the specified error message.
public InstanceNotRegisteredException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public InstanceNotRegisteredException(string message) 
            : base(message) {}
          

Same methods

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