Amazon.SimpleSystemsManagement.Model.InvalidItemContentException.InvalidItemContentException C# (CSharp) Метод

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

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

Same methods

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