Amazon.Route53.Model.InvalidChangeBatchException.InvalidChangeBatchException C# (CSharp) Méthode

InvalidChangeBatchException() public méthode

Construct instance of InvalidChangeBatchException
public InvalidChangeBatchException ( Exception innerException ) : System
innerException System.Exception
Résultat System
        public InvalidChangeBatchException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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