Amazon.ConfigService.Model.InvalidRoleException.InvalidRoleException C# (CSharp) Метод

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

Construct instance of InvalidRoleException
public InvalidRoleException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public InvalidRoleException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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