Apache.NMS.ResourceAllocationException.ResourceAllocationException C# (CSharp) Method

ResourceAllocationException() public method

public ResourceAllocationException ( string message ) : System
message string
return System
        public ResourceAllocationException(string message)
            : base(message)
        {
        }

Same methods

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