Amazon.Glacier.Model.PolicyEnforcedException.PolicyEnforcedException C# (CSharp) Метод

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

Constructs a new PolicyEnforcedException with the specified error message.
public PolicyEnforcedException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public PolicyEnforcedException(string message) 
            : base(message) {}
          

Same methods

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