System.ServiceModel.QuotaExceededException.QuotaExceededException C# (CSharp) Метод

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

public QuotaExceededException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System
        public QuotaExceededException(string message, Exception innerException)
            : base(message, innerException)
        {
        }

Same methods

QuotaExceededException::QuotaExceededException ( ) : System
QuotaExceededException::QuotaExceededException ( SerializationInfo info, StreamingContext context ) : System
QuotaExceededException::QuotaExceededException ( string message ) : System
QuotaExceededException