Apache.NMS.ResourceAllocationException.ResourceAllocationException C# (CSharp) Метод

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

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

Same methods

ResourceAllocationException::ResourceAllocationException ( ) : System
ResourceAllocationException::ResourceAllocationException ( System info, System context ) : System
ResourceAllocationException::ResourceAllocationException ( string message ) : System
ResourceAllocationException::ResourceAllocationException ( string message, string errorCode ) : System
ResourceAllocationException::ResourceAllocationException ( string message, string errorCode, Exception innerException ) : System
ResourceAllocationException